File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 # Friendly description to be shown in the UI instead of 'name'
1313 description : ' Version name'
1414 # Default value if no value is explicitly provided
15- default : ' v1.0.17 '
15+ default : ' v1.0.26 '
1616 # Input has to be provided for the workflow to run
1717 required : true
1818
2828 - name : Download workflow artifact
2929 # You may pin to the exact commit or the version.
3030 # uses: dawidd6/action-download-artifact@8c96194455d424a24437ec57817e0aa1a1d72adb
31- uses : dawidd6/action-download-artifact@v2.12.0
31+ uses : dawidd6/action-download-artifact@v2.14.1
3232 with :
3333 # Workflow name
3434 workflow : build.yml
4141 - name : Create Release
4242 # You may pin to the exact commit or the version.
4343 # uses: ncipollo/release-action@4b71ee3b25951e6098e7434cdc485edc5b3adab2
44- uses : ncipollo/release-action@v1.7.3
44+ uses : ncipollo/release-action@v1.8.6
4545 with :
4646 # An optional flag which indicates if we should update a release if it already exists. Defaults to false.
4747 allowUpdates : true
You can’t perform that action at this time.
0 commit comments