-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Update upload/download artifact actions
- Loading branch information
1 parent
39ff993
commit 1d8ef7f
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ jobs: | |
Move-Item -Path dist/ffmpeg/LICENSE -Destination dist/dvr-scan/LICENSE-FFMPEG -Force | ||
- name: Upload | ||
uses: actions/upload-artifact@v4 | ||
uses: actions/upload-artifact@v4.6.0 | ||
with: | ||
name: DVR-Scan-win64_portable | ||
path: dist/dvr-scan | ||
|
@@ -87,7 +87,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected].8 | ||
with: | ||
name: DVR-Scan-win64_portable | ||
path: build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters