We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4a4e1a + 671df68 commit cc6171bCopy full SHA for cc6171b
1 file changed
.github/workflows/cd.yml
@@ -52,7 +52,7 @@ jobs:
52
release_id: ${{ steps.gh-release.outputs.id }}
53
steps:
54
- name: Fetch build artifacts
55
- uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
+ uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
56
with:
57
name: build-artifacts
58
path: dist
@@ -76,7 +76,7 @@ jobs:
76
contents: write # to modify GitHub releases
77
78
79
80
81
82
0 commit comments