Skip to content

Commit

Permalink
Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Assistant committed Dec 13, 2024
1 parent b2f0bba commit e3292ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
RUSTFLAGS: ${{ matrix.rustflags }}

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}-archiver
path: target/${{ matrix.target }}/release/archiver${{ matrix.ext }}
Expand All @@ -78,7 +78,7 @@ jobs:
run: lipo -create -output archiver x86_64/archiver aarch64/archiver

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: universal-apple-archiver
path: archiver
Expand Down Expand Up @@ -126,4 +126,4 @@ jobs:
files: |
apple-archiver
linux-archiver
windows-archiver.exe
windows-archiver.exe

0 comments on commit e3292ef

Please sign in to comment.