Skip to content

Commit 2dcf9b8

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent b955024 commit 2dcf9b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: dist
4949
path: dist/

0 commit comments

Comments
 (0)