diff --git a/.github/workflows/__build.yml b/.github/workflows/__build.yml index d06dea1..0983942 100644 --- a/.github/workflows/__build.yml +++ b/.github/workflows/__build.yml @@ -81,7 +81,7 @@ jobs: - name: Upload Artifact if: inputs.release-tag != 'null' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-artifact-${{ inputs.environment }} path: dist/ @@ -144,7 +144,7 @@ jobs: - name: Upload Artifact if: inputs.release-tag != 'null' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-artifact-${{ inputs.environment }} path: ${{ inputs.node-build-directory }}/${{ env.ARTIFACT_NAME }} diff --git a/.github/workflows/__test.yml b/.github/workflows/__test.yml index 0c2399b..c03ec2b 100644 --- a/.github/workflows/__test.yml +++ b/.github/workflows/__test.yml @@ -80,7 +80,7 @@ jobs: if: >- matrix.python-version == inputs.python-version && steps.install-dependencies.outcome == 'success' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-report-${{ github.run_id }} path: ./coverage.xml