We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1837877 commit 1af921fCopy full SHA for 1af921f
.github/workflows/release-go-task.yml
@@ -41,18 +41,19 @@ jobs:
41
run: task dist:all
42
43
- name: Upload artifacts
44
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
45
with:
46
if-no-files-found: error
47
name: ${{ env.ARTIFACT_NAME }}
48
path: ${{ env.DIST_DIR }}
49
50
create-release:
51
runs-on: ubuntu-latest
52
+ needs: create-release-artifacts
53
54
steps:
55
- name: Download artifact
- uses: actions/download-artifact@v2
56
+ uses: actions/download-artifact@v4
57
58
59
0 commit comments