Skip to content

Commit 6c6e7f9

Browse files
authored
Merge pull request #18 from kintel/dependabot/github_actions/dawidd6/action-download-artifact-12
2 parents 92f2120 + d2ba37f commit 6c6e7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/calculate_checksum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo "VERSION=${TAG#offscreen-}" >> $GITHUB_ENV
2020
2121
- name: Download tarball artifact
22-
uses: dawidd6/action-download-artifact@v11
22+
uses: dawidd6/action-download-artifact@v12
2323
with:
2424
name: offscreen-${{ env.VERSION }}.tar.gz
2525
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)