We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d2941d + 8577565 commit 59cc0ceCopy full SHA for 59cc0ce
1 file changed
.github/workflows/snapshot.yml
@@ -48,7 +48,7 @@ jobs:
48
npm pack --silent --pack-destination ../../artifacts
49
- name: Upload snapshot artifacts
50
if: steps.snapshot.outputs.success != 'true'
51
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
52
with:
53
name: context-doc-snapshot
54
path: artifacts/*.tgz
0 commit comments