Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent a793a71 commit 2ed3be2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
libvaultist.so \
libvaultist.a
- name: Upload Vaultist build artifacts to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: aarch64-vaultist.gnu+linux
path: ./target/aarch64-unknown-linux-gnu/release/aarch64-vaultist.gnu+linux.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
chmod 400 /root/.ssh/aur
ssh-keyscan -H aur.archlinux.org >> /root/.ssh/known_hosts
- name: Upload Vaultist Pacman package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: x86_64-vaultist.pacman
path: vaultist-*-x86_64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
command: deb
args: --separate-debug-symbols -- --target x86_64-unknown-linux-gnu
- name: Upload Vaultist build artifact to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: x86_64-vaultist.deb.gnu+linux
path: ./target/debian/vaultist_*_amd64.deb
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mac-universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,19 @@ jobs:
libvaultist.dylib \
libvaultist.a
- name: Upload Vaultist AMD64 build artifacts to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: x86_64-vaultist.osx
path: ./target/x86_64-apple-darwin/release/x86_64-vaultist.osx.tar
if-no-files-found: error
- name: Upload Vaultist ARM64 build artifacts to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: aarch64-vaultist.osx
path: ./target/aarch64-apple-darwin/release/aarch64-vaultist.osx.tar
if-no-files-found: error
- name: Upload Vaultist Universal build artifacts to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: universal-vaultist.osx
path: ./target/universal-vaultist.osx.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
command: rpm
args: build -v
- name: Upload Vaultist build artifact to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: x86_64-vaultist.rpm.gnu+linux
path: ./target/release/rpmbuild/RPMS/x86_64/vaultist-*.x86_64.rpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
libvaultist.a \
libvaultist.dll.a
- name: Upload Vaultist build artifacts to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: x86_64-vaultist.win32
path: ./target/x86_64-pc-windows-gnu/release/x86_64-vaultist.win32.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
libvaultist.so \
libvaultist.a
- name: Upload Vaultist build artifacts to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: x86_64-vaultist.gnu+linux
path: ./target/x86_64-unknown-linux-gnu/release/x86_64-vaultist.gnu+linux.tar
Expand Down

0 comments on commit 2ed3be2

Please sign in to comment.