We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21956ed + 51b3ee7 commit 94ea4f4Copy full SHA for 94ea4f4
.github/workflows/cd.yml
@@ -37,7 +37,7 @@ jobs:
37
awk "/## $GITHUB_REF_NAME/{flag=1; next} /## v/{flag=0} flag" docs/CHANGELOG.md > changelog
38
39
- name: Store build artifacts
40
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
41
with:
42
name: build-artifacts
43
path: |
0 commit comments