Skip to content

Commit e8f94bf

Browse files
authored
Merge pull request #663 from Nullus157/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 0d80ef9 + a4b32ed commit e8f94bf

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@v6
9+
- uses: actions/download-artifact@v7
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@v6
1010
- uses: hecrj/setup-rust-action@v2
11-
- uses: actions/download-artifact@v6
11+
- uses: actions/download-artifact@v7
1212
with:
1313
name: dist
1414
path: dist

0 commit comments

Comments
 (0)