Skip to content

Commit 0aa3955

Browse files
authored
Merge pull request #19 from kintel/dependabot/github_actions/dawidd6/action-download-artifact-14
2 parents 6c6e7f9 + 5e975f1 commit 0aa3955

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@v12
22+
uses: dawidd6/action-download-artifact@v14
2323
with:
2424
name: offscreen-${{ env.VERSION }}.tar.gz
2525
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)