Skip to content

Commit c0dcf6f

Browse files
Merge pull request #2 from quantumpipes/dependabot/github_actions/actions/upload-artifact-7.0.0
2 parents 9896f5e + 4087540 commit c0dcf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: "3.12"
3636
- run: pip install build
3737
- run: python -m build
38-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
38+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3939
with:
4040
name: dist
4141
path: dist/

0 commit comments

Comments
 (0)