Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
upload-artifact v2 -> v4
  • Loading branch information
arkuznetsov authored Sep 15, 2024
1 parent f7e4e60 commit 0c3a8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: opm build

- name: Заливка артифактов
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: package.zip
path: ./${{ env.PACKAGE_MASK }}
Expand All @@ -57,4 +57,4 @@ jobs:
shell: bash
run: opm push -f ./${{ env.PACKAGE_MASK }} --token ${{ env.TOKEN }} -c stable
env:
TOKEN: ${{ secrets.OSHUB_TOKEN }}
TOKEN: ${{ secrets.OSHUB_TOKEN }}

0 comments on commit 0c3a8f9

Please sign in to comment.