aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-04-23 13:11:18 +0000
committerGitHub <noreply@github.com>2026-04-23 13:11:18 +0000
commitb5d127e82168b50ee391ea30cdf9eeb11a70940f (patch)
treeaa99fc4c180b315c78f4e34980d3f0d7cf4bd0e5 /.github
parentcae3cd8d31f10fe515c9cfdf8d08cbe8987ec3c9 (diff)
downloadportable-b5d127e82168b50ee391ea30cdf9eeb11a70940f.tar.gz
portable-b5d127e82168b50ee391ea30cdf9eeb11a70940f.tar.bz2
portable-b5d127e82168b50ee391ea30cdf9eeb11a70940f.zip
ci: update softprops/action-gh-release action to v3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 3dd39e0..a12d344 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29 29
30 - name: "Create GitHub release" 30 - name: "Create GitHub release"
31 id: create_release 31 id: create_release
32 uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 32 uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
33 with: 33 with:
34 body_path: "${{ github.workspace }}/release-changelog.txt" 34 body_path: "${{ github.workspace }}/release-changelog.txt"
35 35
@@ -75,7 +75,7 @@ jobs:
75 run: Compress-Archive -Path local\* "libressl_${{ github.ref_name }}_windows_${{ matrix.arch }}.zip" 75 run: Compress-Archive -Path local\* "libressl_${{ github.ref_name }}_windows_${{ matrix.arch }}.zip"
76 76
77 - name: "Upload release artifact" 77 - name: "Upload release artifact"
78 uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 78 uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
79 with: 79 with:
80 files: | 80 files: |
81 libressl_${{ github.ref_name }}_windows_${{ matrix.arch }}.zip 81 libressl_${{ github.ref_name }}_windows_${{ matrix.arch }}.zip