Skip to content

Commit

Permalink
Merge pull request #277 from containers/renovate/major-github-artifac…
Browse files Browse the repository at this point in the history
…t-actions

[skip-ci] Update GitHub Artifact Actions to v4 (major)
  • Loading branch information
lsm5 authored Feb 21, 2024
2 parents 7f0d60a + 976c8ac commit d7e29a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: 'build'
path: 'build'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build
run: yarn build
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'build'
path: 'build'
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: 'build'
path: 'build'
Expand Down

0 comments on commit d7e29a5

Please sign in to comment.