Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Sep 1, 2024
1 parent 86c7929 commit 1084170
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 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@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extra-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
bin/release/sha256sum.sh --write target/upload/hurl-$VERSION-aarch64-unknown-linux-gnu.tar.gz
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: release-generic-linux-aarch64-artifacts
path: target/upload/*
24 changes: 12 additions & 12 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: '3.10'
- name: Install python3 venv
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
bin/release/man.sh
bin/release/create_tarball.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: release-generic-linux-x64-artifacts
path: target/upload/*
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-ubuntu-x64-artifacts
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-debian-x64-artifacts
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-archlinux-x64-artifacts
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-fedora-x64-artifacts
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: test-docker-amd64-package-artifacts
Expand All @@ -339,7 +339,7 @@ jobs:
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: '3.10'
- name: Install Prerequisites
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
bin/test/test_prerequisites.sh
bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: release-deb-x64-artifacts
path: target/upload/*
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
bin/test/test_prerequisites.sh
bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: release-macos-x64-artifacts
path: target/upload/*
Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
bin/test/test_prerequisites.sh
bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: release-macos-aarch64-artifacts
path: target/upload/*
Expand Down Expand Up @@ -523,7 +523,7 @@ jobs:
.\bin\test\test_prerequisites.ps1
.\bin\test\test_integ.ps1
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.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 @@ -260,7 +260,7 @@ jobs:
fi
- name: Archive artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: release-changelog
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
find ./artifacts -name "*sha256" | xargs -I FILE sh -c 'echo "https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/releases/download/${{ needs.set-context.outputs.release_version }}/$(basename FILE),$(cat FILE)"' >> release-${{ needs.set-context.outputs.release_version }}.sha256.csv
- name: Archive sha256 artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: release-sha256-csv
path: release-${{ needs.set-context.outputs.release_version }}.sha256.csv
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
bin/release/release.sh
echo "PATH=${PWD}/target/release:$PATH" >> "${GITHUB_ENV}"
- name: Archive artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: tests-bench-artifacts
Expand All @@ -59,7 +59,7 @@ jobs:
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: '3.10'
- name: Install Prerequisites
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Coverage
run: bin/check/coverage.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: tests-ubuntu-latest-${{ matrix.rust }}-artifacts
Expand All @@ -108,7 +108,7 @@ jobs:
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: '3.10'
- name: Install Prerequisites
Expand All @@ -135,7 +135,7 @@ jobs:
- name: Integration Tests
run: bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: tests-ubuntu-20.04-${{ matrix.rust }}-artifacts
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
bin/test/test.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: tests-archlinux-x64-artifacts
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: tests-fedora-x64-artifacts
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: tests-alpine-x64-artifacts
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: tests-macos-x64-${{ matrix.rust }}-artifacts
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: tests-macos-aarch64-${{ matrix.rust }}-artifacts
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
- name: Build and test
run: .\bin\test\test.ps1
- name: Archive production artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ always() }}
with:
name: tests-win64-${{ matrix.rust }}-artifacts
Expand Down

0 comments on commit 1084170

Please sign in to comment.