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 d951378 commit 38227f3Copy full SHA for 38227f3
.github/workflows/ci.yml
@@ -197,7 +197,7 @@ jobs:
197
python -m build
198
199
- name: Upload build artifacts
200
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
201
with:
202
name: build-artifacts
203
path: |
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
./cmd/api-server
84
85
- name: Upload artifacts
86
87
88
name: binaries-${{ matrix.os }}-${{ matrix.arch }}
89
path: dist/*
0 commit comments