File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
136
136
# Transfer builds to artifacts job
137
137
- name : Upload build artifact
138
- uses : actions/upload-artifact@v3
138
+ uses : actions/upload-artifact@v4
139
139
with :
140
140
path : ${{ env.DIST_DIR }}/${{ matrix.artifact.path }}
141
141
name : ${{ matrix.artifact.name }}
@@ -148,7 +148,7 @@ jobs:
148
148
149
149
steps :
150
150
- name : Download build artifacts
151
- uses : actions/download-artifact@v3
151
+ uses : actions/download-artifact@v4
152
152
- name : Output checksum
153
153
run : |
154
154
TAG="${{ needs.package-name-prefix.outputs.prefix }}git-snapshot"
@@ -162,7 +162,7 @@ jobs:
162
162
done
163
163
164
164
- name : Upload checksum artifact
165
- uses : actions/upload-artifact@v3
165
+ uses : actions/upload-artifact@v4
166
166
with :
167
167
path : ./*checksums.txt
168
168
name : checksums
You can’t perform that action at this time.
0 commit comments