File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 uses : liblaf/actions/mega-linter@dist
4747 - if : success() || failure()
4848 name : Upload Reports
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v5
5050 with :
5151 name : mega-linter-reports
5252 path : |-
Original file line number Diff line number Diff line change 4242 url : https://pypi.org/project/${{ needs.build.outputs.package-name }}/${{ needs.build.outputs.package-version }}/
4343 steps :
4444 - name : Download Artifacts
45- uses : actions/download-artifact@v5
45+ uses : actions/download-artifact@v6
4646 with :
4747 name : ${{ needs.build.outputs.artifact-name }}
4848 path : dist
6464 with :
6565 fetch-depth : 0
6666 - name : Download Artifacts
67- uses : actions/download-artifact@v5
67+ uses : actions/download-artifact@v6
6868 with :
6969 name : ${{ needs.build.outputs.artifact-name }}
7070 path : dist
You can’t perform that action at this time.
0 commit comments