Skip to content

Commit 0f05ffe

Browse files
Merge pull request #2 from hacktegic/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents e943a50 + b5ec142 commit 0f05ffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Build a binary wheel and a source tarball
6868
run: hatch build
6969
- name: Store the distribution packages
70-
uses: actions/upload-artifact@v5
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: python-package-distributions
7373
path: dist/

0 commit comments

Comments
 (0)