Skip to content

Commit 6757cba

Browse files
deps: bump actions/upload-artifact to v6
Upgrade upload-artifact in release workflow to v6.
1 parent f653266 commit 6757cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
./create-release-zips.sh
4141
4242
- name: Upload artifacts
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: extension-zips
4646
path: dist/*.zip

0 commit comments

Comments
 (0)