Skip to content

Commit 59cc0ce

Browse files
authored
Merge pull request #9 from ProverCoderAI/renovate/all
chore(deps): update actions/upload-artifact action to v6
2 parents 0d2941d + 8577565 commit 59cc0ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
npm pack --silent --pack-destination ../../artifacts
4949
- name: Upload snapshot artifacts
5050
if: steps.snapshot.outputs.success != 'true'
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v6
5252
with:
5353
name: context-doc-snapshot
5454
path: artifacts/*.tgz

0 commit comments

Comments
 (0)