Skip to content

Commit ea209dd

Browse files
Merge pull request #647 from SolidOS/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 59944d5 + ece3272 commit ea209dd

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
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
if: github.ref == 'refs/heads/main'
4646
steps:
47-
- uses: actions/download-artifact@v6
47+
- uses: actions/download-artifact@v7
4848
with:
4949
name: build
5050
- uses: peaceiris/actions-gh-pages@v4
@@ -68,7 +68,7 @@ jobs:
6868
needs: build
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/download-artifact@v6
71+
- uses: actions/download-artifact@v7
7272
with:
7373
name: build
7474
- uses: actions/setup-node@v6
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
if: github.ref == 'refs/heads/main'
9292
steps:
93-
- uses: actions/download-artifact@v6
93+
- uses: actions/download-artifact@v7
9494
with:
9595
name: build
9696
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)