Skip to content

Commit 1cf0429

Browse files
chore(deps): Update GitHub Artifact Actions to v7 (#974)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87e41d5 commit 1cf0429

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ jobs:
371371
)" >> $GITHUB_OUTPUT
372372
working-directory: dist
373373
- name: Store the distribution packages
374-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
374+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
375375
with:
376376
name: >-
377377
${{ needs.pre-setup.outputs.dists-artifact-name }}

.github/workflows/reusable-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
- name: Download all the dists
269269
if: >-
270270
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
271-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
271+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
272272
with:
273273
name: ${{ inputs.dists-artifact-name }}
274274
path: dist/

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Upload the results as artifacts (optional). Commenting out will disable
6767
# uploads of run results in SARIF format to the repository Actions tab.
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
69+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070
with:
7171
name: SARIF file
7272
path: results.sarif

0 commit comments

Comments
 (0)