Skip to content

Commit 384fe25

Browse files
build(deps): bump svenstaro/upload-release-action from 2.7.0 to 2.9.0 (#559)
1 parent 763eabd commit 384fe25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
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@2.7.0
47+
uses: svenstaro/upload-release-action@2.9.0
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@2.7.0
56+
uses: svenstaro/upload-release-action@2.9.0
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)