diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 826bbcb..eb6f74c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -61,12 +61,12 @@ jobs: needs: pkg steps: - name: Download release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: release - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: # Use GH feature to populate the changelog automatically generate_release_notes: true