Skip to content

Commit

Permalink
upgrade actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
oleggator committed Aug 22, 2024
1 parent c7346fc commit 6dba39d
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 @@ -41,7 +41,7 @@ jobs:
files: history_archiver/target/release/${{ matrix.os.exec }}

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os.artifact_name }}
path: history_archiver/target/release/${{ matrix.os.exec }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
lipo -create -output history_archiver_macos target/aarch64-apple-darwin/release/history_archiver target/x86_64-apple-darwin/release/history_archiver
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: history_archiver_macos
path: history_archiver/history_archiver_macos

0 comments on commit 6dba39d

Please sign in to comment.