mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
chore: bump actions/upload-artifact from 4 to 7 (#7685)
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -303,7 +303,7 @@ jobs:
|
||||
- run: tar -czf package.tar.gz release
|
||||
|
||||
- name: Upload npm package artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: npm-release-package
|
||||
path: ./package.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user