File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
template/.github/workflows Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 token : ${{ steps.auth.outputs.token }}
4444 - if : success() || failure()
4545 name : Upload Reports
46- uses : actions/upload-artifact@v5
46+ uses : actions/upload-artifact@v6
4747 with :
4848 name : mega-linter-reports
4949 path : |-
Original file line number Diff line number Diff line change 4545 url : https://pypi.org/project/${{ needs.build.outputs.package-name }}/${{ needs.build.outputs.package-version }}/
4646 steps :
4747 - name : Download Artifacts
48- uses : actions/download-artifact@v6
48+ uses : actions/download-artifact@v7
4949 with :
5050 name : ${{ needs.build.outputs.artifact-name }}
5151 path : dist
6565 runs-on : ubuntu-latest
6666 steps :
6767 - name : Download Artifacts
68- uses : actions/download-artifact@v6
68+ uses : actions/download-artifact@v7
6969 with :
7070 name : ${{ needs.build.outputs.artifact-name }}
7171 path : dist
You can’t perform that action at this time.
0 commit comments