File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 IDASDK : ${{ github.workspace }}/ida-sdk
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333
3434 - name : Setup IDA SDK
3535 shell : bash
Original file line number Diff line number Diff line change 3737 IDASDK : ${{ github.workspace }}/ida-sdk
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v6
4141
4242 - name : Setup IDA SDK
4343 shell : bash
8383 fi
8484
8585 - name : Upload artifact
86- uses : actions/upload-artifact@v4
86+ uses : actions/upload-artifact@v7
8787 with :
8888 name : eject_idb-${{ matrix.platform }}
8989 path : eject_idb-${{ matrix.platform }}.zip
9696 contents : write
9797 steps :
9898 - name : Download artifacts
99- uses : actions/download-artifact@v4
99+ uses : actions/download-artifact@v8
100100 with :
101101 path : artifacts
102102
@@ -110,7 +110,7 @@ jobs:
110110 fi
111111
112112 - name : Create Release
113- uses : softprops/action-gh-release@v2
113+ uses : softprops/action-gh-release@v3
114114 with :
115115 tag_name : ${{ steps.tag.outputs.tag }}
116116 name : Release ${{ steps.tag.outputs.tag }}
You can’t perform that action at this time.
0 commit comments