Skip to content

Commit 9052898

Browse files
authored
Merge pull request #49 from Open-Agent-Tools/dependabot/github_actions/actions/upload-artifact-7
chore: bump actions/upload-artifact from 6 to 7
2 parents b104722 + 85f8223 commit 9052898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
python -m twine check dist/*
125125
126126
- name: Upload build artifacts
127-
uses: actions/upload-artifact@v6
127+
uses: actions/upload-artifact@v7
128128
with:
129129
name: dist-packages
130130
path: dist/

0 commit comments

Comments
 (0)