Skip to content

Commit 61fb1ea

Browse files
Bump actions/upload-artifact from 5 to 6 (#611)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd89dd0 commit 61fb1ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
else
4242
echo "✅ Looks good"
4343
fi
44-
- uses: actions/upload-artifact@v5
44+
- uses: actions/upload-artifact@v6
4545
with:
4646
name: releases
4747
path: dist

.github/workflows/testpypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "✅ Looks good"
5454
fi
5555
56-
- uses: actions/upload-artifact@v5
56+
- uses: actions/upload-artifact@v6
5757
with:
5858
name: releases
5959
path: dist

0 commit comments

Comments
 (0)