We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a758e8 commit ab3a1d3Copy full SHA for ab3a1d3
1 file changed
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
yarn pack --filename tinystan-js-${{ inputs.new_version }}.tgz
84
85
- name: Upload artifacts
86
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
87
with:
88
name: release-artifacts
89
path: |
0 commit comments