Update actions

This commit is contained in:
hurl-bot 2024-02-28 04:00:46 +00:00
parent 0072152e99
commit 7128eb7456
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 7 additions and 7 deletions

View File

@ -64,7 +64,7 @@ jobs:
with: with:
ref: ${{ inputs.branch }} ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts - name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v4.1.2 uses: actions/download-artifact@v4.1.3
with: with:
name: release-generic-linux-x64-artifacts name: release-generic-linux-x64-artifacts
path: target/upload path: target/upload
@ -115,7 +115,7 @@ jobs:
with: with:
ref: ${{ inputs.branch }} ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts - name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v4.1.2 uses: actions/download-artifact@v4.1.3
with: with:
name: release-generic-linux-x64-artifacts name: release-generic-linux-x64-artifacts
path: target/upload path: target/upload
@ -166,7 +166,7 @@ jobs:
with: with:
ref: ${{ inputs.branch }} ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts - name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v4.1.2 uses: actions/download-artifact@v4.1.3
with: with:
name: release-generic-linux-x64-artifacts name: release-generic-linux-x64-artifacts
path: target/upload path: target/upload
@ -217,7 +217,7 @@ jobs:
with: with:
ref: ${{ inputs.branch }} ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts - name: Retrieve release-generic-linux-x64-artifacts
uses: actions/download-artifact@v4.1.2 uses: actions/download-artifact@v4.1.3
with: with:
name: release-generic-linux-x64-artifacts name: release-generic-linux-x64-artifacts
path: target/upload path: target/upload
@ -267,7 +267,7 @@ jobs:
# with: # with:
# ref: ${{ inputs.branch }} # ref: ${{ inputs.branch }}
# - name: Set up Docker Buildx # - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3.0.0 # uses: docker/setup-buildx-action@v3.1.0
# - name: Build docker images # - name: Build docker images
# run: | # run: |
# echo "::group::Docker build prerequisites" # echo "::group::Docker build prerequisites"
@ -341,7 +341,7 @@ jobs:
with: with:
ref: ${{ inputs.branch }} ref: ${{ inputs.branch }}
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.0.0 uses: docker/setup-buildx-action@v3.1.0
- name: Build docker images - name: Build docker images
run: | run: |
echo "::group::Docker build prerequisites" echo "::group::Docker build prerequisites"

View File

@ -305,7 +305,7 @@ jobs:
git_user_signingkey: true git_user_signingkey: true
git_commit_gpgsign: true git_commit_gpgsign: true
- uses: actions/download-artifact@v4.1.2 - uses: actions/download-artifact@v4.1.3
with: with:
path: artifacts path: artifacts