File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3030 id : slug
3131 run : echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3232
33- - uses : actions/upload-artifact@v4
33+ - uses : actions/upload-artifact@v6
3434 with :
3535 name : retroarch-android-${{ steps.slug.outputs.sha8 }}
3636 path : |
Original file line number Diff line number Diff line change 3131 id : slug
3232 run : echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3333
34- - uses : actions/upload-artifact@v4
34+ - uses : actions/upload-artifact@v6
3535 with :
3636 name : RA-DOS-dummy-${{ steps.slug.outputs.sha8 }}
3737 path : |
Original file line number Diff line number Diff line change 4747 run : echo "sha8=$('${{github.sha}}'.Substring(0,8))" >> $env:GITHUB_OUTPUT
4848 # https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
4949
50- - uses : actions/upload-artifact@v4
50+ - uses : actions/upload-artifact@v6
5151 with :
5252 name : retroarch-${{matrix.version}}-${{matrix.configuration}}-${{matrix.platform}}-${{ steps.slug.outputs.sha8 }}
5353 path : |
Original file line number Diff line number Diff line change 2626 id : slug
2727 run : echo "sha8=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
2828
29- - uses : actions/upload-artifact@v4
29+ - uses : actions/upload-artifact@v6
3030 with :
3131 name : RetroArch-${{ steps.slug.outputs.sha8 }}
3232 path : |
Original file line number Diff line number Diff line change 3131 id : slug
3232 run : echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3333
34- - uses : actions/upload-artifact@v4
34+ - uses : actions/upload-artifact@v6
3535 with :
3636 name : retroarch_miyoo_arm32${{ steps.slug.outputs.sha8 }}
3737 path : |
Original file line number Diff line number Diff line change 3636 id : slug
3737 run : echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3838
39- - uses : actions/upload-artifact@v4
39+ - uses : actions/upload-artifact@v6
4040 with :
4141 name : RA-PS2-dummy-${{ steps.slug.outputs.sha8 }}
4242 path : |
Original file line number Diff line number Diff line change 3737 id : slug
3838 run : echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3939
40- - uses : actions/upload-artifact@v4
40+ - uses : actions/upload-artifact@v6
4141 with :
4242 name : bin-${{ steps.slug.outputs.sha8 }}
4343 path : |
Original file line number Diff line number Diff line change 4242 id : slug
4343 run : echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
4444
45- - uses : actions/upload-artifact@v4
45+ - uses : actions/upload-artifact@v6
4646 with :
4747 name : RA-PSP-dummy-${{ steps.slug.outputs.sha8 }}
4848 path : |
Original file line number Diff line number Diff line change 3535 id : slug
3636 run : echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3737
38- - uses : actions/upload-artifact@v4
38+ - uses : actions/upload-artifact@v6
3939 with :
4040 name : RA-PSVita-dummy-${{ steps.slug.outputs.sha8 }}
4141 path : |
Original file line number Diff line number Diff line change 3131 id : slug
3232 run : echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3333
34- - uses : actions/upload-artifact@v4
34+ - uses : actions/upload-artifact@v6
3535 with :
3636 name : retroarch_rs90_mips32${{ steps.slug.outputs.sha8 }}
3737 path : |
You can’t perform that action at this time.
0 commit comments