summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-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 }}