Skip to content

Commit 72f045b

Browse files
authored
Merge pull request #141 from timlnx/dependabot/github_actions/actions/upload-artifact-7.0.1
Bump actions/upload-artifact from 4.6.2 to 7.0.1
2 parents 4fea3f9 + 03cfce2 commit 72f045b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build package
2020
run: pip install build && python -m build
2121
- name: Upload dist artifacts
22-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
22+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2323
with:
2424
name: dist
2525
path: dist/

0 commit comments

Comments
 (0)