Skip to content

Commit a30672c

Browse files
authored
Merge pull request #74 from oscript-library/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 2 to 4
2 parents 2dabac9 + f7b0377 commit a30672c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)