Skip to content

Commit c59de90

Browse files
build(deps): bump dawidd6/action-download-artifact from 3.1.4 to 21
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.4 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@09f2f74...b6e2e70) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cca29ad commit c59de90

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/screenshot_comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Download PR number artifact
47-
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
47+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
4848
with:
4949
name: pr
5050
run_id: ${{ github.event.workflow_run.id }}
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
echo "pull_request_number=$(cat NR)" >> "$GITHUB_OUTPUT"
5656
- name: Download screenshot diff artifact
57-
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
57+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
5858
with:
5959
run_id: ${{ github.event.workflow_run.id }}
6060
name: screenshot-diff

.github/workflows/screenshot_compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
gradle-version: wrapper
5858

5959
- name: Download base branch screenshots
60-
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
60+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
6161
continue-on-error: true
6262
with:
6363
name: screenshot

0 commit comments

Comments
 (0)