File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 req : ${{ matrix.req }}
4949 - name : Upload images
5050 if : ${{ matrix.req != 'sim' }}
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : images-${{ matrix.req }}
5454 path : ' *-images.tar.gz'
7272 path : machine_queue
7373 token : ${{ secrets.PRIV_REPO_TOKEN }}
7474 - name : Download image
75- uses : actions/download-artifact@v3
75+ uses : actions/download-artifact@v4
7676 with :
7777 name : images-${{ matrix.req }}
7878 - name : Run
Original file line number Diff line number Diff line change 2424 req : ${{ matrix.req }}
2525 - name : Upload images
2626 if : ${{ matrix.req != 'sim' }}
27- uses : actions/upload-artifact@v3
27+ uses : actions/upload-artifact@v4
2828 with :
2929 name : images-${{ matrix.req }}
3030 path : ' *-images.tar.gz'
You can’t perform that action at this time.
0 commit comments