Skip to content

Commit

Permalink
Update upload-artifact version for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored May 5, 2024
1 parent 33063c7 commit 9ea978d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
args: "--release"
- name: Upload artifact (Windows)
if: contains(matrix.platform.os, 'windows')
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.3
with:
path: target/**/release/rlviser.exe
- name: Upload artifact (Ubuntu)
if: contains(matrix.platform.os, 'ubuntu')
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.3
with:
path: target/**/release/rlviser
publish:
Expand Down

0 comments on commit 9ea978d

Please sign in to comment.