Skip to content

Commit 64791c9

Browse files
Mert Kosovamanna-harbour
authored andcommitted
Upgrade to actions/upload-artifact@v4
1 parent baef45c commit 64791c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Main'
1+
name: "Main"
22
on:
33
workflow_call:
44
inputs:
@@ -59,7 +59,7 @@ jobs:
5959
git diff --exit-code
6060
- name: Archive Artifacts
6161
if: ${{ matrix.mode == 'build' }}
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
64-
name: 'miryoku_babel'
64+
name: "miryoku_babel"
6565
path: tangled

0 commit comments

Comments
 (0)