Skip to content

Commit 330c8f8

Browse files
chore(deps): update actions/upload-artifact action to v6 (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fec1780 commit 330c8f8

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
@@ -43,7 +43,7 @@ jobs:
4343
run: poetry build
4444
# Upload artifacts for later use
4545
- name: Upload Artifacts
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: dist
4949
path: dist/

0 commit comments

Comments
 (0)