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.
2 parents 5123a30 + 2c164ee commit ffb3f47Copy full SHA for ffb3f47
1 file changed
.github/workflows/release-on-tag.yaml
@@ -52,7 +52,7 @@ jobs:
52
run: tar -czf ${{ runner.os }}.tar.gz ${{ runner.os }}
53
54
- name: Store Archive
55
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
56
with:
57
name: ${{runner.os}}
58
path: ${{ runner.os }}.tar.gz
@@ -74,7 +74,7 @@ jobs:
74
- name: Sanitize github.ref
75
run: echo "TAG_USED=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
76
77
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v8
78
79
- name: Create Release
80
uses: ncipollo/release-action@v1
0 commit comments