Skip to content

Commit b9dd223

Browse files
authored
Fix deprecated action in macos.yml
1 parent 08040f4 commit b9dd223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333

3434
# ==== DISTRIBUTION ====
3535
- name: Upload Distribution
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: pkg-macos-amd64
3939
path: ./build/pkg
4040

4141
- name: Upload Distribution (Legacy Naming)
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: pkgosx
4545
path: ./build/pkg

0 commit comments

Comments
 (0)