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 @@ -131,7 +131,7 @@ jobs:
131
131
132
132
# Transfer builds to artifacts job
133
133
- name : Upload build artifact
134
- uses : actions/upload-artifact@v3
134
+ uses : actions/upload-artifact@v4
135
135
with :
136
136
path : ${{ env.DIST_DIR }}/${{ matrix.os.path }}
137
137
name : ${{ matrix.os.name }}
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
steps :
148
148
- name : Download build artifacts
149
- uses : actions/download-artifact@v3
149
+ uses : actions/download-artifact@v4
150
150
151
151
- name : Create checksum file
152
152
run : |
@@ -161,7 +161,7 @@ jobs:
161
161
done
162
162
163
163
- name : Upload checksum artifact
164
- uses : actions/upload-artifact@v3
164
+ uses : actions/upload-artifact@v4
165
165
with :
166
166
path : ./*checksums.txt
167
167
name : checksums
You can’t perform that action at this time.
0 commit comments