Skip to content

Commit fb3b15f

Browse files
chore(deps): update actions/download-artifact digest to cc20338 (#8922)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ffe333 commit fb3b15f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
]
3333
steps:
3434
- name: Download images artifact - node${{ matrix.nodeMajorVersion }}
35-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
35+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
3636
with:
3737
name: electron-builder-all-${{ matrix.nodeMajorVersion }}
3838
path: ${{ runner.temp }}

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Download test-runner if exists
9191
if: needs.run-docker-build.result == 'success'
9292
id: download-test-runner-image
93-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
93+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
9494
with:
9595
name: electron-builder-all-${{ env.TEST_IMAGE_NODE_MAJOR_VERSION }}
9696
path: ${{ runner.temp }}
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Download test-runner if exists
138138
if: needs.run-docker-build.result == 'success'
139-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
139+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
140140
with:
141141
name: electron-builder-all-${{ env.TEST_IMAGE_NODE_MAJOR_VERSION }}
142142
path: ${{ runner.temp }}

0 commit comments

Comments
 (0)