Skip to content

Commit 08040f4

Browse files
authored
Replace deprecated action in linux.yml
1 parent 0e6faff commit 08040f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ jobs:
7171

7272
# ==== DISTRIBUTION ====
7373
- name: Upload Distribution
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: pkg-linux-${{ matrix.config.target }}
7777
path: ./build/pkg
7878

7979
- name: Upload Distribution (Legacy Naming)
80-
uses: actions/upload-artifact@v2
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: pkg
8383
path: ./build/pkg

0 commit comments

Comments
 (0)