We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c066de6 commit 6972ccdCopy full SHA for 6972ccd
1 file changed
.github/workflows/release.yaml
@@ -110,7 +110,7 @@ jobs:
110
111
# use the artifacts from the "goreleaser" job
112
- name: Download artifacts from workflow
113
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
114
with:
115
name: goreleaser-dist-temp
116
path: dist
@@ -147,7 +147,7 @@ jobs:
147
uses: actions/checkout@v5
148
149
150
151
152
153
0 commit comments