We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb172b3 commit 32c1cffCopy full SHA for 32c1cff
.github/workflows/deploy.yml
@@ -187,7 +187,7 @@ jobs:
187
id: get_hash
188
run: echo "hash=$(git rev-parse --short=6 HEAD)" >> "$GITHUB_OUTPUT"
189
- name: Upload version artifact
190
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
191
with:
192
name: version
193
path: VERSION.txt
0 commit comments