Skip to content

Commit 404b424

Browse files
authored
Merge pull request #8 from Stepa86/main
Синх
2 parents e203f96 + b907b2a commit 404b424

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest]
21-
oscript_version: ['1.9.3']
21+
oscript_version: ['lts']
2222

2323
steps:
2424
# Загрузка проекта
2525
- name: Актуализация
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v5.0.0
2727

2828
# Установка OneScript конкретной версии
2929
- name: Установка OneScript
30-
uses: otymko/setup-onescript@v1.1
30+
uses: otymko/setup-onescript@v1.5.1
3131
with:
3232
version: ${{ matrix.oscript_version }}
3333

@@ -41,7 +41,7 @@ jobs:
4141
run: opm build
4242

4343
- name: Заливка артефактов
44-
uses: actions/upload-artifact@v2
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: package.zip
4747
path: ./${{ env.PACKAGE_MASK }}

0 commit comments

Comments
 (0)