Skip to content

Commit 283c0b3

Browse files
authored
Merge pull request #631 from Nullus157/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 8f7ffc2 + 4a6f537 commit 283c0b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
needs: build
88
steps:
9-
- uses: actions/download-artifact@v4
9+
- uses: actions/download-artifact@v5
1010
with:
1111
name: dist
1212
path: _site

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: hecrj/setup-rust-action@v2
11-
- uses: actions/download-artifact@v4
11+
- uses: actions/download-artifact@v5
1212
with:
1313
name: dist
1414
path: dist

0 commit comments

Comments
 (0)