diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb5d719..d1021ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: echo "rpm_path=${rpm_path}" >> "$GITHUB_OUTPUT" echo "src_path=${src_path}" >> "$GITHUB_OUTPUT" - name: Attach CentOS 7 RPMs to the release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -124,7 +124,7 @@ jobs: echo "rpm_path=${rpm_path}" >> "$GITHUB_OUTPUT" echo "src_path=${src_path}" >> "$GITHUB_OUTPUT" - name: Attach AlmaLinux 8 RPMs to the release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -151,7 +151,7 @@ jobs: echo "rpm_path=${rpm_path}" >> "$GITHUB_OUTPUT" echo "src_path=${src_path}" >> "$GITHUB_OUTPUT" - name: Attach AlmaLinux 9 RPMs to the release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: