We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b30e35 commit 0201c3aCopy full SHA for 0201c3a
.github/workflows/releases.yml
@@ -36,7 +36,7 @@ jobs:
36
else
37
echo "All seem good"
38
fi
39
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
40
with:
41
name: releases
42
path: dist
@@ -45,7 +45,7 @@ jobs:
45
needs: [build_artifacts]
46
runs-on: ubuntu-latest
47
steps:
48
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
49
50
51
@@ -60,7 +60,7 @@ jobs:
60
61
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
62
63
64
65
66
0 commit comments