Skip to content

Commit

Permalink
Update upload-action to newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
bofh69 committed Feb 1, 2023
1 parent b1030f4 commit 89aa178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:

- name: Archive Windows artifacts
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Windows Executable
path: target/debug/rouge.exe

- name: Archive MacOS artifacts
if: matrix.os == 'macos-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: MacOS Executable
path: target/debug/rouge

0 comments on commit 89aa178

Please sign in to comment.