Update actions

This commit is contained in:
hurl-bot 2025-03-25 04:00:28 +00:00
parent 5578c6d281
commit 2298457741
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
5 changed files with 45 additions and 45 deletions

View File

@ -48,7 +48,7 @@ jobs:
run: bin/check/hadolint.sh ./contrib/docker/Dockerfile
- name: Install Python 3.12
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.12'

View File

@ -25,7 +25,7 @@ jobs:
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.11'
@ -68,7 +68,7 @@ jobs:
destination_dir: coverage
- name: Archive Artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: coverage

View File

@ -28,7 +28,7 @@ jobs:
- name: Install prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.11'
- name: Activate python3 venv
@ -56,7 +56,7 @@ jobs:
bin/release/man.sh
bin/release/create_tarball.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
with:
name: release-generic-linux-x64-artifacts
path: target/upload/*
@ -71,7 +71,7 @@ jobs:
persist-credentials: false
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v4.1.9
uses: actions/download-artifact@v4.2.1
with:
name: release-generic-linux-x64-artifacts
path: target/upload
@ -108,7 +108,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-ubuntu-x64-artifacts
@ -125,7 +125,7 @@ jobs:
persist-credentials: false
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v4.1.9
uses: actions/download-artifact@v4.2.1
with:
name: release-generic-linux-x64-artifacts
path: target/upload
@ -160,7 +160,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-debian-x64-artifacts
@ -177,7 +177,7 @@ jobs:
persist-credentials: false
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v4.1.9
uses: actions/download-artifact@v4.2.1
with:
name: release-generic-linux-x64-artifacts
path: target/upload
@ -212,7 +212,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-archlinux-x64-artifacts
@ -229,7 +229,7 @@ jobs:
persist-credentials: false
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v4.1.9
uses: actions/download-artifact@v4.2.1
with:
name: release-generic-linux-x64-artifacts
path: target/upload
@ -267,7 +267,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: test-generic-linux-package-docker-fedora-x64-artifacts
@ -339,7 +339,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: test-docker-amd64-package-artifacts
@ -357,7 +357,7 @@ jobs:
- name: Install prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.11'
- name: Activate python3 venv
@ -393,7 +393,7 @@ jobs:
bin/test/test_prerequisites.sh
bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
with:
name: release-generic-linux-aarch64-artifacts
path: target/upload/*
@ -409,7 +409,7 @@ jobs:
- name: Install Prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.11'
- name: Activate python3 venv
@ -445,7 +445,7 @@ jobs:
bin/test/test_prerequisites.sh
bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
with:
name: release-deb-x64-artifacts
path: target/upload/*
@ -461,7 +461,7 @@ jobs:
- name: Install Prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.11'
- name: Activate python3 venv
@ -497,7 +497,7 @@ jobs:
bin/test/test_prerequisites.sh
bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
with:
name: release-deb-aarch64-artifacts
path: target/upload/*
@ -547,7 +547,7 @@ jobs:
bin/test/test_prerequisites.sh
bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
with:
name: release-macos-x64-artifacts
path: target/upload/*
@ -597,7 +597,7 @@ jobs:
bin/test/test_prerequisites.sh
bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
with:
name: release-macos-aarch64-artifacts
path: target/upload/*
@ -620,14 +620,14 @@ jobs:
run: |
.\bin\install_rust.ps1
- name: Manage vcpkg cache
uses: actions/cache@v4.2.2
uses: actions/cache@v4.2.3
with:
path: C:\vcpkg
key: ${{ runner.os }}-release-windows-x64
- name: Install prerequisites
run: .\bin\install_prerequisites_windows.ps1
- name: Install Python 3.11
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.11'
- name: Environment
@ -653,7 +653,7 @@ jobs:
.\bin\test\test_prerequisites.ps1
.\bin\test\test_integ.ps1
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
with:
name: release-windows-x64-artifacts
path: |
@ -677,7 +677,7 @@ jobs:
with:
persist-credentials: false
ref: ${{ inputs.branch }}
- uses: actions/download-artifact@v4.1.9
- uses: actions/download-artifact@v4.2.1
with:
path: artifacts
- name: Prerequisites

View File

@ -267,7 +267,7 @@ jobs:
fi
- name: Archive artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: release-changelog
@ -316,7 +316,7 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true
- uses: actions/download-artifact@v4.1.9
- uses: actions/download-artifact@v4.2.1
with:
path: artifacts
@ -348,7 +348,7 @@ jobs:
find ./artifacts -name "*sha256" | xargs -I FILE sh -c 'echo "https://github.com/${GITHUB_OWNER}/${GITHUB_REPO_NAME}/releases/download/${RELEASE_VERSION}/$(basename FILE),$(cat FILE)"' >> release-"${RELEASE_VERSION}".sha256.csv
- name: Archive sha256 artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
with:
name: release-sha256-csv
path: release-${{ needs.set-context.outputs.release_version }}.sha256.csv

View File

@ -28,7 +28,7 @@ jobs:
- name: Install Prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.11'
- name: Activate python3 venv
@ -44,7 +44,7 @@ jobs:
bin/release/release.sh
echo "PATH=${PWD}/target/release:$PATH" >> "${GITHUB_ENV}"
- name: Archive artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: tests-bench-artifacts
@ -62,7 +62,7 @@ jobs:
- name: Install Rust
run: bin/install_rust.sh
- name: Install Python 3.11
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.11'
- name: Environment
@ -84,7 +84,7 @@ jobs:
- name: Install Prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.11'
- name: Activate python3 venv
@ -116,7 +116,7 @@ jobs:
bin/test/test_integ.sh || true
cd "${current_dir}"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: tests-ubuntu-latest-${{ matrix.rust }}-artifacts
@ -139,7 +139,7 @@ jobs:
- name: Install Prerequisites
run: bin/install_prerequisites_ubuntu.sh
- name: Install Python 3.11
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.11'
- name: Activate python3 venv
@ -161,7 +161,7 @@ jobs:
- name: Integration Tests
run: bin/test/test_integ.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: tests-ubuntu-22.04-${{ matrix.rust }}-artifacts
@ -205,7 +205,7 @@ jobs:
bin/test/test.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: tests-archlinux-x64-artifacts
@ -254,7 +254,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: tests-fedora-x64-artifacts
@ -302,7 +302,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: tests-alpine-x64-artifacts
@ -351,7 +351,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: tests-macos-x64-${{ matrix.rust }}-artifacts
@ -400,7 +400,7 @@ jobs:
pwd
find . -name "*.log"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: tests-macos-aarch64-${{ matrix.rust }}-artifacts
@ -425,14 +425,14 @@ jobs:
run: |
.\bin\install_rust.ps1
- name: Manage vcpkg cache
uses: actions/cache@v4.2.2
uses: actions/cache@v4.2.3
with:
path: C:\vcpkg
key: ${{ runner.os }}-test-windows-x64
- name: Install prerequisites
run: .\bin\install_prerequisites_windows.ps1
- name: Install Python 3.11
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: '3.11'
- name: Environment
@ -444,7 +444,7 @@ jobs:
.\bin\activate_python3_venv.ps1
.\bin\test\test.ps1
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: tests-win64-${{ matrix.rust }}-artifacts
@ -514,7 +514,7 @@ jobs:
bin/test/test_integ.sh
echo "::endgroup::"
- name: Archive production artifacts
uses: actions/upload-artifact@v4.6.1
uses: actions/upload-artifact@v4.6.2
if: ${{ always() }}
with:
name: tests-win64-wsl2-artifacts