We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8deca3 + e742052 commit 945a523Copy full SHA for 945a523
1 file changed
.github/workflows/cd.yml
@@ -36,7 +36,7 @@ jobs:
36
awk "/## $GITHUB_REF_NAME/{flag=1; next} /## v/{flag=0} flag" docs/CHANGELOG.md > changelog
37
38
- name: Store build artifacts
39
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
40
with:
41
name: build-artifacts
42
path: |
0 commit comments