Skip to content

Commit 640b22d

Browse files
committed
version
1 parent 6e3924a commit 640b22d

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
@@ -17,7 +17,7 @@ jobs:
1717
name: ${{ matrix.os }}
1818
steps:
1919
- name: Git checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121

2222
- name: Go to install-locator
2323
run: cd install-locator
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew runtime
3636

3737
- name: Upload DMG as an artifact
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: install-locator-${{ matrix.os }}
4141
path: build/image.zip

0 commit comments

Comments
 (0)