Skip to content

Commit 37dea60

Browse files
authored
Merge pull request #108 from SolidOS/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 6282d33 + ae82fed commit 37dea60

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
@@ -48,7 +48,7 @@ jobs:
4848
needs: build
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/download-artifact@v4
51+
- uses: actions/download-artifact@v5
5252
with:
5353
name: build
5454
- uses: actions/setup-node@v4
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
if: github.ref == 'refs/heads/main'
7171
steps:
72-
- uses: actions/download-artifact@v4
72+
- uses: actions/download-artifact@v5
7373
with:
7474
name: build
7575
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)