We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd99df3 + 4b3af77 commit aceae22Copy full SHA for aceae22
2 files changed
.github/workflows/release-spectre-demo.yml
@@ -101,7 +101,7 @@ jobs:
101
tar -czvf ../${{ matrix.artifact }}.tar.gz *
102
103
- name: Upload artifact
104
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
105
with:
106
name: ${{ matrix.artifact }}
107
path: archive/${{ matrix.artifact }}.*
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
100
0 commit comments