We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0fe8c commit 34f1ad1Copy full SHA for 34f1ad1
.github/workflows/cpp-packaging.yml
@@ -514,7 +514,7 @@ jobs:
514
if: ${{ github.event.inputs.downloadPublicVersion != '' || github.event.inputs.downloadPreviousRun != '' }}
515
steps:
516
- name: fetch artifact from previous run
517
- uses: dawidd6/action-download-artifact@v2.0.8
+ uses: dawidd6/action-download-artifact@v2
518
if: ${{ github.event.inputs.downloadPreviousRun != '' }}
519
with:
520
name: 'firebase_cpp_sdk.zip'
0 commit comments