Skip to content

Commit 9114c4c

Browse files
build(deps): bump svenstaro/upload-release-action from 2.11.2 to 2.11.3 (#708)
1 parent 9e975c2 commit 9114c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: sha256sum build/out/*
4545

4646
- name: Upload binary to release
47-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # 2.11.2
47+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # 2.11.3
4848
with:
4949
repo_token: ${{ secrets.GITHUB_TOKEN }}
5050
file: build/out/phpdraft-${{ github.event.release.tag_name }}.phar
@@ -53,7 +53,7 @@ jobs:
5353
overwrite: false
5454

5555
- name: Upload library to release
56-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # 2.11.2
56+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # 2.11.3
5757
with:
5858
repo_token: ${{ secrets.GITHUB_TOKEN }}
5959
file: build/out/phpdraft-library-${{ github.event.release.tag_name }}.phar

0 commit comments

Comments
 (0)