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 1515 if : ${{ github.event.commits[0].author.name != 'dependabot[bot]' }}
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 token : ${{ secrets.ASSETS_COMMIT_TOKEN }}
2121 ref : ${{ github.head_ref || github.ref_name }}
7272 with :
7373 node-version : 18
7474
75- - uses : actions/download-artifact@v4
75+ - uses : actions/download-artifact@v5
7676 with :
7777 name : release
7878
@@ -139,7 +139,7 @@ jobs:
139139 version : ${{ steps.asset_version.outputs.version }}
140140
141141 steps :
142- - uses : actions/download-artifact@v4
142+ - uses : actions/download-artifact@v5
143143 with :
144144 name : build
145145
@@ -174,7 +174,7 @@ jobs:
174174 runs-on : [ubuntu-latest]
175175
176176 steps :
177- - uses : actions/download-artifact@v4
177+ - uses : actions/download-artifact@v5
178178 with :
179179 name : build
180180
Original file line number Diff line number Diff line change 1313 packages_changed : ${{ steps.changes.outputs.packages_changed }}
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 token : ${{ secrets.ASSETS_COMMIT_TOKEN }}
1919 ref : ${{ github.head_ref || github.ref_name }}
You can’t perform that action at this time.
0 commit comments