Skip to content

Commit 7a7d622

Browse files
chore(deps): update actions/upload-artifact action to v7 (#509)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v6` → `v7` | --- ### Release Notes <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v7`](https://redirect.github.com/actions/upload-artifact/compare/v6...v7) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v6...v7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] 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/rapidsai/shared-workflows). Authors: - https://github.com/apps/renovate - James Lamb (https://github.com/jameslamb) Approvers: - James Lamb (https://github.com/jameslamb) URL: #509
1 parent 01dfe65 commit 7a7d622

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-in-devcontainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
212212
- if: ${{ !cancelled() }}
213213
name: Upload sccache logs
214-
uses: actions/upload-artifact@v6
214+
uses: actions/upload-artifact@v7
215215
with:
216216
name: sccache-client-logs-${{ env.BUILD_SLUG }}-${{ env.ARTIFACT_SLUG }}
217217
path: repo/sccache*.log

.github/workflows/conda-cpp-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
run: |
216216
echo "Contents of directory to be uploaded:"
217217
ls -R "${CONDA_OUTPUT_DIR}"
218-
- uses: actions/upload-artifact@v6
218+
- uses: actions/upload-artifact@v7
219219
if: ${{ inputs.upload-artifacts }}
220220
with:
221221
if-no-files-found: 'error'

.github/workflows/conda-python-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
run: |
252252
echo "Contents of directory to be uploaded:"
253253
ls -R "${CONDA_OUTPUT_DIR}"
254-
- uses: actions/upload-artifact@v6
254+
- uses: actions/upload-artifact@v7
255255
if: ${{ inputs.upload-artifacts }}
256256
with:
257257
if-no-files-found: 'error'

.github/workflows/custom-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
GH_TOKEN: ${{ inputs.alternative-gh-token-secret-name && secrets[inputs.alternative-gh-token-secret-name] || github.token }} # zizmor: ignore[overprovisioned-secrets]
209209
INPUTS_SCRIPT: ${{ inputs.script }}
210210
- name: Upload file to GitHub Artifact
211-
uses: actions/upload-artifact@v6
211+
uses: actions/upload-artifact@v7
212212
with:
213213
name: ${{ inputs.artifact-name }}
214214
path: ${{ inputs.file_to_upload }}

.github/workflows/wheels-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
echo "Contents of directory to be uploaded:"
321321
ls -R "$WHEEL_OUTPUT_DIR"
322322
323-
- uses: actions/upload-artifact@v6
323+
- uses: actions/upload-artifact@v7
324324
if: ${{ inputs.upload-artifacts }}
325325
with:
326326
if-no-files-found: 'error'

0 commit comments

Comments
 (0)