Miss update actions/download-artifact (#412)

This commit is contained in:
KG7x 2026-03-23 18:06:46 +03:00 committed by GitHub
parent c0183bf448
commit 7a1e2f3f5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ permissions:
contents: write contents: write
jobs: jobs:
build: build-windows:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Checkout - name: Checkout
@ -319,11 +319,11 @@ jobs:
dist/TgWsProxy_linux_amd64.deb dist/TgWsProxy_linux_amd64.deb
release: release:
needs: [build, build-win7, build-macos, build-linux] needs: [build-windows, build-win7, build-macos, build-linux]
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.event.inputs.make_release == 'true' }} if: ${{ github.event.inputs.make_release == 'true' }}
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v8
with: with:
pattern: TgWsProxy* pattern: TgWsProxy*
path: dist path: dist