We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c8014 commit 6c21828Copy full SHA for 6c21828
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Compile upstream git release
21
run: earthly --use-inline-cache --save-inline-cache --strict +build --GIT_VERSION=${{github.ref_name}}
22
- name: Upload build artifacts
23
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
24
with:
25
name: git
26
path: ./dist/*
0 commit comments