File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 cp -r dist/*.tar.gz artifacts/
4040
4141 - name : store_artifacts
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : content-latest
4545 path : |
Original file line number Diff line number Diff line change 3131 mv dist/DA-ESS-ContentUpdate-latest.tar.gz artifacts/
3232
3333 - name : store_artifacts
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@v5
3535 with :
3636 name : content-latest
3737 path : |
Original file line number Diff line number Diff line change 4747 # Store test_results/summary.yml and dist/DA-ESS-ContentUpdate-latest.tar.gz to job artifact-test_summary_results.zip
4848 - name : store_artifacts
4949 if : always()
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : test_summary_results
5353 path : |
You can’t perform that action at this time.
0 commit comments