summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-18 15:18:47 +0100
committerGitHub <noreply@github.com>2023-12-18 15:18:47 +0100
commit9e2695e117aef8403fa0c5b32ee0f26cb442862a (patch)
treec7a546e59689484773880c91cf3657bdb461cf1b
parent95c50a2d0d9a982d348aa772d32d3b4352227cdc (diff)
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7d348b03..479cb467 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -302,7 +302,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4
- name: Download executables
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with:
name: jq-linux
- name: Move executables
@@ -363,7 +363,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4
- name: Download artifacts
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
- name: Upload release
env:
TAG_NAME: ${{ github.ref_name }}