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 3434 tags : |
3535 ${{ env.IMAGE_NAME }}:lint
3636 - name : " LINT: Upload artifact"
37- uses : actions/upload-artifact@v5
37+ uses : actions/upload-artifact@v6
3838 with :
3939 name : ${{ env.ARTIFACT_NAME }}_lint
4040 path : /tmp/${{ env.ARTIFACT_NAME }}_lint.tar
4949 tags : |
5050 ${{ env.IMAGE_NAME }}:test
5151 - name : " TEST: Upload artifact"
52- uses : actions/upload-artifact@v5
52+ uses : actions/upload-artifact@v6
5353 with :
5454 name : ${{ env.ARTIFACT_NAME }}_test
5555 path : /tmp/${{ env.ARTIFACT_NAME }}_test.tar
6565 ${{ env.IMAGE_NAME }}:latest
6666 ${{ env.IMAGE_NAME }}:${{ github.sha }}
6767 - name : " PRODUCTION: Upload artifact"
68- uses : actions/upload-artifact@v5
68+ uses : actions/upload-artifact@v6
6969 with :
7070 name : ${{ env.ARTIFACT_NAME }}_prod
7171 path : /tmp/${{ env.ARTIFACT_NAME }}_prod.tar
Original file line number Diff line number Diff line change 3535
3636 # Subir cobertura como artifact para que otros jobs lo usen
3737 - name : Upload coverage artifact
38- uses : actions/upload-artifact@v5
38+ uses : actions/upload-artifact@v6
3939 with :
4040 name : coverage-report
4141 path : coverage # o la carpeta donde jest genera los reportes
You can’t perform that action at this time.
0 commit comments