Skip to content

Commit 2924b9e

Browse files
Merge pull request #94 from SolidOS/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 0bca5a6 + 6a3221c commit 2924b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
needs: build
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/download-artifact@v5
66+
- uses: actions/download-artifact@v6
6767
with:
6868
name: build
6969
- uses: actions/setup-node@v6
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
if: github.ref == 'refs/heads/main'
8787
steps:
88-
- uses: actions/download-artifact@v5
88+
- uses: actions/download-artifact@v6
8989
with:
9090
name: build
9191
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)