We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa9f40 commit 2ace40fCopy full SHA for 2ace40f
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
uv build
94
95
- name: Upload build artifacts
96
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
97
with:
98
name: dist
99
path: dist/
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: Download build artifacts from CI
19
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
20
21
22
0 commit comments