File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v6
2323
2424 - name : Setup Node.js
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v6
2626 with :
2727 node-version : ' 20'
2828 cache : ' yarn'
Original file line number Diff line number Diff line change 4242 run : echo "${{ steps.get-contributors.outputs.stackql-query-results }}" > contributors.csv
4343
4444 - name : Upload contributors artifact
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v7
4646 with :
4747 name : contributors-csv
4848 path : contributors.csv
9191 uses : actions/checkout@v6
9292
9393 - name : Download contributors CSV
94- uses : actions/download-artifact@v4
94+ uses : actions/download-artifact@v8
9595 with :
9696 name : contributors-csv
9797
@@ -138,7 +138,7 @@ jobs:
138138 -DestinationPath ${{ matrix.artifact-name }}.zip
139139
140140 - name : Upload binary artifact
141- uses : actions/upload-artifact@v4
141+ uses : actions/upload-artifact@v7
142142 with :
143143 name : ${{ matrix.artifact-name }}
144144 path : ${{ matrix.artifact-name }}.*
You can’t perform that action at this time.
0 commit comments