We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad0fadd + edfa7a0 commit c27dd23Copy full SHA for c27dd23
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@v7
+ uses: actions/download-artifact@v8
114
with:
115
name: goreleaser-dist-temp
116
path: dist
@@ -147,7 +147,7 @@ jobs:
147
uses: actions/checkout@v6
148
149
150
151
152
153
0 commit comments