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