Skip to content

Commit 0a54863

Browse files
chore(gh-actions-deps): update actions/upload-artifact action to v4.6.2 in all dependant reusable workflows (#431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5783a5b commit 0a54863

4 files changed

+5
-5
lines changed

.github/workflows/_reusable-check-api-for-breaking-changes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
griffe check --format=verbose --against="$(git rev-parse origin/main)" --search=src "$PACKAGE_NAME" 2>&1 | tee -a breaking_changes.md
3838
- name: Finish writing summary file
3939
run: echo "\`\`\`" >> breaking_changes.md
40-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
40+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4141
with:
4242
name: breaking_changes
4343
path: breaking_changes.md

.github/workflows/_reusable-sbom-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
severity-cutoff: low
4646
- name: Upload SBOM scan SARIF report as a workflow artifact
4747
if: ${{ always() && contains(fromJSON('["success", "failure"]'), steps.scan.outcome) }}
48-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
48+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4949
with:
5050
name: sarif_artifact
5151
path: ${{ steps.scan.outputs.sarif }}

.github/workflows/_reusable-test-code.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
retry_wait_seconds: 120 # 2 minutes
8585
warning_on_retry: false
8686
command: tox -v
87-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
87+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8888
if: ${{ !cancelled() }}
8989
with:
9090
name: artifact_${{ matrix.os-name }}_${{ matrix.python-version }}_tests_and_linting
@@ -117,7 +117,7 @@ jobs:
117117
- name: Run tox
118118
id: run-tox
119119
run: tox -ve tests
120-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
120+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
121121
if: ${{ !cancelled() }}
122122
with:
123123
name: artifact_${{ matrix.os-name }}_tests

.github/workflows/_reusable-test-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
dest: ${{ matrix.tox-env }}_results.zip
5959
files: .results_${{ matrix.tox-env }}/
60-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
60+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6161
if: ${{ !cancelled() }}
6262
with:
6363
name: artifact_${{ matrix.tox-env }}

0 commit comments

Comments
 (0)