Skip to content

Commit 14c1b14

Browse files
Merge pull request #447 from containers/renovate/major-github-artifact-actions
[skip-ci] Update GitHub Artifact Actions (major)
2 parents 72ebe83 + 8eeb6da commit 14c1b14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Download build artifact
33-
uses: actions/download-artifact@v5
33+
uses: actions/download-artifact@v6
3434
with:
3535
name: 'build'
3636
path: 'build'

.github/workflows/setup_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build
3434
run: yarn build
3535
- name: Upload artifact
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: 'build'
3939
path: 'build'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Download build artifact
17-
uses: actions/download-artifact@v5
17+
uses: actions/download-artifact@v6
1818
with:
1919
name: 'build'
2020
path: 'build'

0 commit comments

Comments
 (0)