Skip to content

Commit b14a1ac

Browse files
Merge pull request #172 from SolidOS/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents b9bdd53 + 7b6a5fd commit b14a1ac

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
@@ -61,7 +61,7 @@ jobs:
6161
needs: build
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/download-artifact@v6
64+
- uses: actions/download-artifact@v7
6565
with:
6666
name: build
6767
- uses: actions/setup-node@v6
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
if: github.ref == 'refs/heads/main'
8585
steps:
86-
- uses: actions/download-artifact@v6
86+
- uses: actions/download-artifact@v7
8787
with:
8888
name: build
8989
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)