diff --git a/action.yml b/action.yml index 9c594ca..5e973f9 100644 --- a/action.yml +++ b/action.yml @@ -209,7 +209,7 @@ runs: target_commitish: ${{ github.sha }} - name: "Upload the release" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ inputs.dry-run == 'true' }} with: name: "Release_for_${{ env.PKGNAME }}_${{ env.VERSION }}"