Skip to content

Commit

Permalink
Update artifacts actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil committed Jan 11, 2024
1 parent f376a4d commit fd7314c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
destination_dir: coverage

- name: Archive Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: coverage
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
bin/release/man.sh
bin/release/create_tarball.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
with:
name: release-generic-linux-x64-artifacts
path: target/upload/*
Expand All @@ -64,7 +64,7 @@ jobs:
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.1
with:
name: release-generic-linux-x64-artifacts
path: target/upload
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-ubuntu-x64-artifacts
Expand All @@ -115,7 +115,7 @@ jobs:
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.1
with:
name: release-generic-linux-x64-artifacts
path: target/upload
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-debian-x64-artifacts
Expand All @@ -166,7 +166,7 @@ jobs:
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.1
with:
name: release-generic-linux-x64-artifacts
path: target/upload
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-archlinux-x64-artifacts
Expand All @@ -217,7 +217,7 @@ jobs:
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.1
with:
name: release-generic-linux-x64-artifacts
path: target/upload
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-fedora-x64-artifacts
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
# pwd
# find . -name "*.log"
# - name: Archive production artifacts
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4.0.0
# if: ${{ always() }}
# with:
# name: test-docker-arm64-package-artifacts
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: test-docker-amd64-package-artifacts
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
bin/test/test_prerequisites.sh
bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
with:
name: release-deb-x64-artifacts
path: target/upload/*
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:
bin/test/test_prerequisites.sh
bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
with:
name: release-macos-x64-artifacts
path: target/upload/*
Expand Down Expand Up @@ -546,7 +546,7 @@ jobs:
.\bin\test\test_prerequisites.ps1
.\bin\test\test_integ.ps1
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
with:
name: release-windows-x64-artifacts
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
fi
- name: Archive artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: release-changelog
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true

- uses: actions/download-artifact@master
- uses: actions/download-artifact@v4.1.1
with:
path: artifacts

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Bench Suite
run: bin/test/bench.sh
- name: Archive artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: tests-bench-artifacts
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Integration Tests
run: bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: tests-ubuntu-latest-${{ matrix.rust }}-artifacts
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Integration Tests
run: bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: tests-ubuntu-20.04-${{ matrix.rust }}-artifacts
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
bin/test/test.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: tests-archlinux-x64-artifacts
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: tests-fedora-x64-artifacts
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: tests-alpine-x64-artifacts
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: tests-macos-${{ matrix.rust }}-artifacts
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
- name: Build and test
run: .\bin\test\test.ps1
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: ${{ always() }}
with:
name: tests-win64-${{ matrix.rust }}-artifacts
Expand Down

0 comments on commit fd7314c

Please sign in to comment.