Skip to content

Commit d74e5b6

Browse files
committed
Update actions/upload-artifact to v3
v2 depends on Node.js 12 which will be removed from GHA in the near future
1 parent e2a2739 commit d74e5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Upload prebuilt cg_clif
124124
if: matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
125-
uses: actions/upload-artifact@v2
125+
uses: actions/upload-artifact@v3
126126
with:
127127
name: cg_clif-${{ matrix.env.TARGET_TRIPLE }}
128128
path: cg_clif.tar.xz

0 commit comments

Comments
 (0)