We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9bdd53 + 7b6a5fd commit b14a1acCopy full SHA for b14a1ac
1 file changed
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
needs: build
62
runs-on: ubuntu-latest
63
steps:
64
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
65
with:
66
name: build
67
- uses: actions/setup-node@v6
@@ -83,7 +83,7 @@ jobs:
83
84
if: github.ref == 'refs/heads/main'
85
86
87
88
89
0 commit comments