Skip to content

Commit a305ea0

Browse files
Bump softprops/action-gh-release from 1 to 2 (#2)
1 parent a767525 commit a305ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nginx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: sha256sum ${{ env.output_name }} > ${{ env.output_name }}.sha256
3232

3333
- name: Upload release artifacts
34-
uses: softprops/action-gh-release@v1
34+
uses: softprops/action-gh-release@v2
3535
with:
3636
files: |
3737
${{ env.output_name }}
@@ -61,7 +61,7 @@ jobs:
6161
run: sha256sum ${{ env.output_name }} > ${{ env.output_name }}.sha256
6262

6363
- name: Upload release artifacts
64-
uses: softprops/action-gh-release@v1
64+
uses: softprops/action-gh-release@v2
6565
with:
6666
files: |
6767
${{ env.output_name }}

0 commit comments

Comments
 (0)