diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6499d63..c1fa02b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -84,7 +84,7 @@ jobs: run: | mkdir target/artifacts cp target/${{ env.ARTIFACT }}-* target/artifacts - - uses: actions/upload-artifact@v4.5.0 + - uses: actions/upload-artifact@v4.6.0 with: name: ${{ env.ARTIFACT }}-${{ github.job }}-${{ needs.version.outputs.new_version }} path: target/artifacts @@ -115,7 +115,7 @@ jobs: run: | mkdir target/artifacts cp target/${{ env.ARTIFACT }}-* target/artifacts - - uses: actions/upload-artifact@v4.5.0 + - uses: actions/upload-artifact@v4.6.0 with: name: ${{ env.ARTIFACT }}-${{ github.job }}-${{ needs.version.outputs.new_version }} path: target/artifacts @@ -142,7 +142,7 @@ jobs: run: | mkdir target/artifacts copy target/${{ env.ARTIFACT }}-* target/artifacts - - uses: actions/upload-artifact@v4.5.0 + - uses: actions/upload-artifact@v4.6.0 with: name: ${{ env.ARTIFACT }}-${{ github.job }}-${{ needs.version.outputs.new_version }} path: target/artifacts