Skip to content

Commit f661495

Browse files
chore(deps): update github artifact actions (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 414c2d5 commit f661495

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
fi
7979
8080
- name: Upload build artifacts
81-
uses: actions/upload-artifact@v6
81+
uses: actions/upload-artifact@v7
8282
with:
8383
name: dist
8484
path: dist/
@@ -97,7 +97,7 @@ jobs:
9797
id-token: write
9898
steps:
9999
- name: Download build artifacts
100-
uses: actions/download-artifact@v7
100+
uses: actions/download-artifact@v8
101101
with:
102102
name: dist
103103
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
run: uv build
240240

241241
- name: Upload artifacts
242-
uses: actions/upload-artifact@v6
242+
uses: actions/upload-artifact@v7
243243
with:
244244
name: dist
245245
path: dist/

0 commit comments

Comments
 (0)