Skip to content

Commit 6c21828

Browse files
authored
Update build.yml to use newer upload-artifact@v4
1 parent 89c8014 commit 6c21828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Compile upstream git release
2121
run: earthly --use-inline-cache --save-inline-cache --strict +build --GIT_VERSION=${{github.ref_name}}
2222
- name: Upload build artifacts
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: git
2626
path: ./dist/*

0 commit comments

Comments
 (0)