Skip to content

Commit 0b60eaa

Browse files
authored
Merge pull request #594 from SolidOS/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents a753fec + 94fa353 commit 0b60eaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
if: github.ref == 'refs/heads/main'
4545
steps:
46-
- uses: actions/download-artifact@v4
46+
- uses: actions/download-artifact@v5
4747
with:
4848
name: build
4949
- uses: peaceiris/actions-gh-pages@v4
@@ -55,7 +55,7 @@ jobs:
5555
needs: build
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/download-artifact@v4
58+
- uses: actions/download-artifact@v5
5959
with:
6060
name: build
6161
- uses: actions/setup-node@v5
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
if: github.ref == 'refs/heads/main'
7979
steps:
80-
- uses: actions/download-artifact@v4
80+
- uses: actions/download-artifact@v5
8181
with:
8282
name: build
8383
- uses: actions/setup-node@v5

0 commit comments

Comments
 (0)