Skip to content

Commit 38d7f2a

Browse files
authored
Merge pull request #83 from SolidOS/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 63153a3 + 75227c5 commit 38d7f2a

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
@@ -40,7 +40,7 @@ jobs:
4040
needs: build
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/download-artifact@v4
43+
- uses: actions/download-artifact@v5
4444
with:
4545
name: build
4646
- uses: actions/setup-node@v5
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
if: github.ref == 'refs/heads/main'
6464
steps:
65-
- uses: actions/download-artifact@v4
65+
- uses: actions/download-artifact@v5
6666
with:
6767
name: build
6868
- uses: actions/setup-node@v5

0 commit comments

Comments
 (0)