We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1009411 commit db365f2Copy full SHA for db365f2
.github/actions/cargo-install-upload-artifacts/action.yml
@@ -77,7 +77,7 @@ runs:
77
78
- name: Upload artifacts
79
if: ${{ steps.archive.outputs.path }}
80
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
81
with:
82
name: ${{ steps.archive.outputs.name }}
83
path: ${{ steps.archive.outputs.path }}
0 commit comments