Skip to content

Commit b05cd6e

Browse files
chore(deps): update actions/download-artifact action to v8 (#7056)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v7` → `v8` | --- ### Release Notes <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`v8`](https://redirect.github.com/actions/download-artifact/compare/v7...v8) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v7...v8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hhbmdlbG9nL2Nob3JlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74122c2 commit b05cd6e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
# Note, since we provide the job with a CloudFlare scoped API token, we run it in a separate job that doesn't
7373
# execute any repository code.
74-
- uses: actions/download-artifact@v7
74+
- uses: actions/download-artifact@v8
7575
with:
7676
name: github-pages
7777
- name: Extract Pages Artifact

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: push-to-pypi
5858
url: https://pypi.org/p/vortex-data
5959
steps:
60-
- uses: actions/download-artifact@v7
60+
- uses: actions/download-artifact@v8
6161
with:
6262
pattern: wheels-*.zip
6363
# https://github.com/actions/download-artifact?tab=readme-ov-file#download-all-artifacts
@@ -90,7 +90,7 @@ jobs:
9090
distribution: "corretto"
9191
java-version: "17"
9292
- uses: gradle/actions/setup-gradle@v5
93-
- uses: actions/download-artifact@v7
93+
- uses: actions/download-artifact@v8
9494
with:
9595
pattern: libvortex_jni_*.zip
9696
- name: Copy native JNI libs

.github/workflows/report-fuzz-crash.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
uses: actions/checkout@v6
5050

5151
- name: Download fuzzer logs
52-
uses: actions/download-artifact@v7
52+
uses: actions/download-artifact@v8
5353
with:
5454
name: ${{ inputs.logs_artifact_name }}
5555
path: ./logs
5656

5757
- name: Download crash artifacts
58-
uses: actions/download-artifact@v7
58+
uses: actions/download-artifact@v8
5959
with:
6060
name: ${{ inputs.artifact_name }}
6161
path: ./crash_artifacts

0 commit comments

Comments
 (0)