File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 runs-on : windows-latest
198198 suffix : .exe
199199 steps :
200- - uses : actions/checkout@v3
200+ - uses : actions/checkout@v4
201201
202202 - uses : dtolnay/rust-toolchain@master
203203 with :
@@ -213,7 +213,7 @@ jobs:
213213 - run : mv target/${{ matrix.target }}/release/svd2rust${{ matrix.suffix || '' }} svd2rust-${{ matrix.target }}-$(git rev-parse --short HEAD)${{ matrix.suffix || '' }}
214214
215215 - name : Upload artifact
216- uses : actions/upload-artifact@v3
216+ uses : actions/upload-artifact@v4
217217 with :
218218 name : artifact-svd2rust-${{ matrix.target }}
219219 path : svd2rust-${{ matrix.target }}*
Original file line number Diff line number Diff line change 5252 if : ${{ matrix.os == 'windows-latest' }}
5353 run : mv target/${{ matrix.target }}/release/svd2rust${{ matrix.suffix }} svd2rust-${{ matrix.target }}${{ matrix.suffix }}
5454
55- - uses : actions/upload-artifact@v3
55+ - uses : actions/upload-artifact@v4
5656 with :
5757 name : svd2rust-${{ matrix.target }}
5858 path : svd2rust-${{ matrix.target }}${{ matrix.suffix }}
6363 needs : [build]
6464 steps :
6565 - uses : actions/checkout@v4
66- - uses : actions/download-artifact@v3
66+ - uses : actions/download-artifact@v4
6767 with :
6868 path : artifacts
6969 - run : ls -R ./artifacts
7676 with :
7777 version : ${{ (github.ref_type == 'tag' && github.ref_name) || 'Unreleased' }}
7878
79- - uses : softprops/action-gh-release@v1
79+ - uses : softprops/action-gh-release@v2
8080 with :
8181 tag_name : ${{ steps.changelog-reader.outputs.version }}
8282 name : ${{ (github.ref_type == 'tag' && steps.changelog-reader.outputs.version) || format('Prereleased {0}', env.CURRENT_DATE) }}
You can’t perform that action at this time.
0 commit comments