File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 tags : |
3636 ${{ env.IMAGE_NAME }}:lint
3737 - name : " LINT: Upload artifact"
38- uses : actions/upload-artifact@v5
38+ uses : actions/upload-artifact@v6
3939 with :
4040 name : ${{ env.ARTIFACT_NAME }}_lint
4141 path : /tmp/${{ env.ARTIFACT_NAME }}_lint.tar
5050 tags : |
5151 ${{ env.IMAGE_NAME }}:test
5252 - name : " TEST: Upload artifact"
53- uses : actions/upload-artifact@v5
53+ uses : actions/upload-artifact@v6
5454 with :
5555 name : ${{ env.ARTIFACT_NAME }}_test
5656 path : /tmp/${{ env.ARTIFACT_NAME }}_test.tar
6666 ${{ env.IMAGE_NAME }}:latest
6767 ${{ env.IMAGE_NAME }}:${{ github.sha }}
6868 - name : " PRODUCTION: Upload artifact"
69- uses : actions/upload-artifact@v5
69+ uses : actions/upload-artifact@v6
7070 with :
7171 name : ${{ env.ARTIFACT_NAME }}_prod
7272 path : /tmp/${{ env.ARTIFACT_NAME }}_prod.tar
Original file line number Diff line number Diff line change 5656 python3 -m coverage xml -o coverage/coverage.xml
5757
5858 - name : Upload coverage artifact
59- uses : actions/upload-artifact@v5
59+ uses : actions/upload-artifact@v6
6060 with :
6161 name : coverage-report
6262 path : coverage
You can’t perform that action at this time.
0 commit comments