Skip to content

Commit

Permalink
[build] Update upload/download artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Feb 2, 2025
1 parent 39ff993 commit 1d8ef7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Upload Package
if: ${{ matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.6.0
with:
name: dvr-scan-dist
path: |
Expand Down

0 comments on commit 1d8ef7f

Please sign in to comment.