Skip to content

Commit 41f5245

Browse files
Merge pull request #708 from rackerlabs/renovate/actions-upload-artifact-digest
chore(deps): update actions/upload-artifact digest to 4cec3d8
2 parents 21c6db1 + 8ccf73b commit 41f5245

File tree

2 files changed

+3
-3
lines changed

2 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
@@ -67,7 +67,7 @@ jobs:
6767
run: ls -la artifacts
6868

6969
- name: Save artifacts for next job
70-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
70+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
7171
with:
7272
name: image-artifacts
7373
path: ironic-images/artifacts/

.github/workflows/code-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run: poetry install --sync --with test
4545
- run: poetry build
4646
- run: "poetry run pytest --cov --cov-report xml:coverage.xml"
47-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
47+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
4848
with:
4949
name: coverage-${{ matrix.project }}
5050
path: python/${{ matrix.project }}/coverage.xml
@@ -60,7 +60,7 @@ jobs:
6060
merge-multiple: true
6161
- run: |
6262
npx cobertura-merge-globby -o output.xml --files=python/**/coverage.xml
63-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
63+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
6464
with:
6565
name: coverage.xml
6666
path: coverage.xml

0 commit comments

Comments
 (0)