Skip to content

Commit

Permalink
Update upload-artifact@v2 action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Sep 11, 2024
1 parent a9886ba commit baa3400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-briefcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
briefcase build
briefcase package
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: plotlyst-app
path: dist\Plotlyst-0.1.0.msi
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,17 @@ jobs:
run: |
fbs installer
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-20.04'
with:
name: app-deb-artifact
path: target/Plotlyst.deb
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: matrix.os == 'macos-12'
with:
name: app-mac-artifact
path: target/Plotlyst.dmg
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: matrix.os == 'windows-2019'
with:
name: app-win-artifact
Expand Down

0 comments on commit baa3400

Please sign in to comment.