Skip to content

Commit d3dfd8d

Browse files
⬆️ Update actions/upload-artifact action to v6
1 parent 4daf38e commit d3dfd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
id: get_hash
188188
run: echo "hash=$(git rev-parse --short=6 HEAD)" >> "$GITHUB_OUTPUT"
189189
- name: Upload version artifact
190-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
190+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
191191
with:
192192
name: version
193193
path: VERSION.txt

0 commit comments

Comments
 (0)