diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f025f3..6a26e8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,7 @@ jobs: Get-Content SHA256SUMS-windows.txt - name: Attach Windows artifacts to release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: repository: ajjs1ajjs/RDM token: ${{ secrets.PUBLIC_RELEASE_TOKEN }} @@ -192,7 +192,7 @@ jobs: cat "$GITHUB_WORKSPACE/SHA256SUMS-linux.txt" - name: Attach Linux artifacts to release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: repository: ajjs1ajjs/RDM token: ${{ secrets.PUBLIC_RELEASE_TOKEN }} @@ -287,7 +287,7 @@ jobs: cat "$GITHUB_WORKSPACE/SHA256SUMS-${{ matrix.name }}.txt" - name: Attach macOS artifacts to release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: repository: ajjs1ajjs/RDM token: ${{ secrets.PUBLIC_RELEASE_TOKEN }} @@ -327,7 +327,7 @@ jobs: subject-path: "latest.json" - name: Attach latest.json to release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: repository: ajjs1ajjs/RDM token: ${{ secrets.PUBLIC_RELEASE_TOKEN }}