Skip to content

Commit 8ea23fe

Browse files
Bump actions/download-artifact from 4.1.9 to 4.2.1 (#676)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24f324e commit 8ea23fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
126126
with:
127127
egress-policy: audit
128-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
128+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
129129
with:
130130
path: matrix
131131
- name: Set Matrix

.github/workflows/integration-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
permissions:
8080
pull-requests: write
8181
steps:
82-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.0
82+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.0
8383
id: download_artifact_outputs
8484
with:
8585
pattern: test-runner-summary*

0 commit comments

Comments
 (0)