Skip to content

Commit 6873eee

Browse files
committed
Upgrade GitHub Actions to version 4 for artifact upload and download in workflows
1 parent dfee8d8 commit 6873eee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pkg.yml.old

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pkg dist/main.js -o sesame-daemon --targets linux,macos,win -C Brotli
2727

2828
- name: Download a Build Artifact
29-
uses: actions/download-artifact@v3
29+
uses: actions/download-artifact@v4
3030
with:
3131
name: sesame-daemon-linux
3232

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ jobs:
111111
run: pkg dist/main.js -o sesame-daemon-linux --targets linux --config package.json
112112

113113
- name: Upload Build Artifact
114-
uses: actions/upload-artifact@v3
114+
uses: actions/upload-artifact@v4
115115
with:
116116
name: sesame-daemon-linux
117117
path: sesame-daemon-linux
118118

119119
- name: Download a Build Artifact
120-
uses: actions/download-artifact@v3
120+
uses: actions/download-artifact@v4
121121
with:
122122
name: sesame-daemon-linux
123123

0 commit comments

Comments
 (0)