Skip to content

Commit aec7214

Browse files
Merge pull request #727 from rackerlabs/renovate/actions-download-artifact-digest
chore(deps): update actions/download-artifact digest to cc20338
2 parents edd81a3 + 3e27a93 commit aec7214

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-ironic-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: echo "TIMESTAMP=$(git show --no-patch --no-notes --pretty='%cd' --date=format:'%Y%m%d%H%M%S' ${{ github.sha }})" >> $GITHUB_ENV
120120

121121
- name: Download artifacts from previous job
122-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
122+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
123123
with:
124124
name: image-artifacts
125125
path: ironic-images/artifacts

.github/workflows/code-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
needs: python
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
57+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
5858
with:
5959
pattern: coverage-*
6060
merge-multiple: true

.github/workflows/coverage-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1818
steps:
19-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
19+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
2020
with:
2121
name: coverage.xml
2222
run-id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)