Skip to content

Commit db365f2

Browse files
committed
oops
1 parent 1009411 commit db365f2

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/cargo-install-upload-artifacts

1 file changed

+1
-1
lines changed

.github/actions/cargo-install-upload-artifacts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777

7878
- name: Upload artifacts
7979
if: ${{ steps.archive.outputs.path }}
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: ${{ steps.archive.outputs.name }}
8383
path: ${{ steps.archive.outputs.path }}

0 commit comments

Comments
 (0)