Skip to content

Commit 289ea58

Browse files
committed
Merge commit '0c3a8f9848c0807fa97addf8f75df9afa45e965d'
2 parents 3fbd4c5 + 0c3a8f9 commit 289ea58

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
@@ -42,7 +42,7 @@ jobs:
4242
run: opm build
4343

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

0 commit comments

Comments
 (0)