We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77bc56 commit b3be416Copy full SHA for b3be416
workflow-templates/publish-go-tester-task.yml
@@ -131,7 +131,7 @@ jobs:
131
132
# Transfer builds to artifacts job
133
- name: Upload build artifact
134
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
135
with:
136
path: ${{ env.DIST_DIR }}/${{ matrix.os.path }}
137
name: ${{ matrix.os.name }}
@@ -146,7 +146,7 @@ jobs:
146
147
steps:
148
- name: Download build artifacts
149
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
150
151
- name: Create checksum file
152
run: |
@@ -161,7 +161,7 @@ jobs:
161
done
162
163
- name: Upload checksum artifact
164
165
166
path: ./*checksums.txt
167
name: checksums
0 commit comments