Skip to content

Commit 34f1ad1

Browse files
authored
Fix download-artifact version number. (#283)
1 parent cd0fe8c commit 34f1ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-packaging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ jobs:
514514
if: ${{ github.event.inputs.downloadPublicVersion != '' || github.event.inputs.downloadPreviousRun != '' }}
515515
steps:
516516
- name: fetch artifact from previous run
517-
uses: dawidd6/action-download-artifact@v2.0.8
517+
uses: dawidd6/action-download-artifact@v2
518518
if: ${{ github.event.inputs.downloadPreviousRun != '' }}
519519
with:
520520
name: 'firebase_cpp_sdk.zip'

0 commit comments

Comments
 (0)