mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
Update actions
This commit is contained in:
parent
4cf44ffe0c
commit
893c2dc937
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
destination_dir: coverage
|
||||
|
||||
- name: Archive Artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: coverage
|
||||
|
24
.github/workflows/package.yml
vendored
24
.github/workflows/package.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
bin/release/man.sh
|
||||
bin/release/create_tarball.sh
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
with:
|
||||
name: release-generic-linux-x64-artifacts
|
||||
path: target/upload/*
|
||||
@ -99,7 +99,7 @@ jobs:
|
||||
bin/release/create_tarball.sh
|
||||
echo "::endgroup::"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
with:
|
||||
name: release-generic-linux-aarch64-artifacts
|
||||
path: target/upload/*
|
||||
@ -148,7 +148,7 @@ jobs:
|
||||
bin/test/test_integ.sh
|
||||
echo "::endgroup::"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: test-generic-linux-package-docker-ubuntu-x64-artifacts
|
||||
@ -199,7 +199,7 @@ jobs:
|
||||
bin/test/test_integ.sh
|
||||
echo "::endgroup::"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: test-generic-linux-package-docker-debian-x64-artifacts
|
||||
@ -250,7 +250,7 @@ jobs:
|
||||
bin/test/test_integ.sh
|
||||
echo "::endgroup::"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: test-generic-linux-package-docker-archlinux-x64-artifacts
|
||||
@ -301,7 +301,7 @@ jobs:
|
||||
bin/test/test_integ.sh
|
||||
echo "::endgroup::"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: test-generic-linux-package-docker-fedora-x64-artifacts
|
||||
@ -372,7 +372,7 @@ jobs:
|
||||
pwd
|
||||
find . -name "*.log"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: test-docker-amd64-package-artifacts
|
||||
@ -425,7 +425,7 @@ jobs:
|
||||
bin/test/test_prerequisites.sh
|
||||
bin/test/test_integ.sh
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
with:
|
||||
name: release-deb-x64-artifacts
|
||||
path: target/upload/*
|
||||
@ -474,7 +474,7 @@ jobs:
|
||||
bin/test/test_prerequisites.sh
|
||||
bin/test/test_integ.sh
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
with:
|
||||
name: release-macos-x64-artifacts
|
||||
path: target/upload/*
|
||||
@ -523,7 +523,7 @@ jobs:
|
||||
bin/test/test_prerequisites.sh
|
||||
bin/test/test_integ.sh
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
with:
|
||||
name: release-macos-aarch64-artifacts
|
||||
path: target/upload/*
|
||||
@ -545,7 +545,7 @@ jobs:
|
||||
run: |
|
||||
.\bin\install_rust.ps1
|
||||
- name: Manage vcpkg cache
|
||||
uses: actions/cache@v4.1.0
|
||||
uses: actions/cache@v4.1.1
|
||||
with:
|
||||
path: C:\vcpkg
|
||||
key: ${{ runner.os }}-release-windows-x64
|
||||
@ -571,7 +571,7 @@ jobs:
|
||||
.\bin\test\test_prerequisites.ps1
|
||||
.\bin\test\test_integ.ps1
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
with:
|
||||
name: release-windows-x64-artifacts
|
||||
path: |
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -260,7 +260,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: release-changelog
|
||||
@ -336,7 +336,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.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
with:
|
||||
name: release-sha256-csv
|
||||
path: release-${{ needs.set-context.outputs.release_version }}.sha256.csv
|
||||
|
20
.github/workflows/test.yml
vendored
20
.github/workflows/test.yml
vendored
@ -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.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: tests-bench-artifacts
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
- name: Coverage
|
||||
run: bin/check/coverage.sh
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: tests-ubuntu-latest-${{ matrix.rust }}-artifacts
|
||||
@ -135,7 +135,7 @@ jobs:
|
||||
- name: Integration Tests
|
||||
run: bin/test/test_integ.sh
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: tests-ubuntu-20.04-${{ matrix.rust }}-artifacts
|
||||
@ -178,7 +178,7 @@ jobs:
|
||||
bin/test/test.sh
|
||||
echo "::endgroup::"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: tests-archlinux-x64-artifacts
|
||||
@ -223,7 +223,7 @@ jobs:
|
||||
pwd
|
||||
find . -name "*.log"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: tests-fedora-x64-artifacts
|
||||
@ -270,7 +270,7 @@ jobs:
|
||||
pwd
|
||||
find . -name "*.log"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: tests-alpine-x64-artifacts
|
||||
@ -318,7 +318,7 @@ jobs:
|
||||
pwd
|
||||
find . -name "*.log"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: tests-macos-x64-${{ matrix.rust }}-artifacts
|
||||
@ -366,7 +366,7 @@ jobs:
|
||||
pwd
|
||||
find . -name "*.log"
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: tests-macos-aarch64-${{ matrix.rust }}-artifacts
|
||||
@ -393,7 +393,7 @@ jobs:
|
||||
run: |
|
||||
.\bin\install_rust.ps1
|
||||
- name: Manage vcpkg cache
|
||||
uses: actions/cache@v4.1.0
|
||||
uses: actions/cache@v4.1.1
|
||||
with:
|
||||
path: C:\vcpkg
|
||||
key: ${{ runner.os }}-test-windows-x64
|
||||
@ -404,7 +404,7 @@ jobs:
|
||||
- name: Build and test
|
||||
run: .\bin\test\test.ps1
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.4.1
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
name: tests-win64-${{ matrix.rust }}-artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user