Skip to content

Commit 4ad9a2e

Browse files
authored
Merge pull request #46 from ladeak/dependabot/github_actions/github-actions-e24c266ee1
Bump softprops/action-gh-release from 2 to 3 in the github-actions group
2 parents 2343c8e + 4d15f61 commit 4ad9a2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
npm run vsce-deploy ${VERSION}
8484
popd
8585
- name: Release
86-
uses: softprops/action-gh-release@v2
86+
uses: softprops/action-gh-release@v3
8787
with:
8888
files: |
8989
src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/win-x64/publish/chttp-win-x64.exe
@@ -121,7 +121,7 @@ jobs:
121121
dotnet publish src/CHttp/CHttp.csproj --configuration ${{ env.CONFIGURATION }} -p:Version=${{ env.VERSION }} -p:PublishAot=true --runtime win-arm64
122122
mv src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/win-arm64/publish/CHttp.exe src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/win-arm64/publish/chttp-win-arm64-aot.exe
123123
- name: Release
124-
uses: softprops/action-gh-release@v2
124+
uses: softprops/action-gh-release@v3
125125
with:
126126
files: |
127127
src/CHttp/bin/Release/${{ env.GH_PACKAGE_VERSION }}/win-x64/publish/chttp-win-x64-aot.exe

0 commit comments

Comments
 (0)