Skip to content

Commit 1df34f2

Browse files
committed
Updated publish-go-tester workflow
In this case the uploaded artifacts uses different paths and names, there should be no breaking changes.
1 parent 8453d96 commit 1df34f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-go-tester-task.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
136136
# Transfer builds to artifacts job
137137
- name: Upload build artifact
138-
uses: actions/upload-artifact@v3
138+
uses: actions/upload-artifact@v4
139139
with:
140140
path: ${{ env.DIST_DIR }}/${{ matrix.artifact.path }}
141141
name: ${{ matrix.artifact.name }}
@@ -148,7 +148,7 @@ jobs:
148148

149149
steps:
150150
- name: Download build artifacts
151-
uses: actions/download-artifact@v3
151+
uses: actions/download-artifact@v4
152152
- name: Output checksum
153153
run: |
154154
TAG="${{ needs.package-name-prefix.outputs.prefix }}git-snapshot"
@@ -162,7 +162,7 @@ jobs:
162162
done
163163
164164
- name: Upload checksum artifact
165-
uses: actions/upload-artifact@v3
165+
uses: actions/upload-artifact@v4
166166
with:
167167
path: ./*checksums.txt
168168
name: checksums

0 commit comments

Comments
 (0)