Skip to content

Commit fc324d3

Browse files
authored
Merge pull request #139 from Tom-van-Woudenberg/patch-1
Update upload-artifact action to version 7
2 parents 0ca1617 + fe9d4b7 commit fc324d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

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

8282
- name: Upload artifact
8383
id: upload-artifact
84-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8585
with:
8686
name: ${{ inputs.name }}
8787
path: ${{ runner.temp }}/artifact.tar

0 commit comments

Comments
 (0)