Skip to content

Commit 35e72a9

Browse files
Bump the actions group with 2 updates (#141)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anderson Banihirwe <13301940+andersy005@users.noreply.github.com>
1 parent 0d44b71 commit 35e72a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pypi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
else
4040
echo "✅ Looks good"
4141
fi
42-
- uses: actions/upload-artifact@v5
42+
- uses: actions/upload-artifact@v6
4343
with:
4444
name: releases
4545
path: dist
@@ -52,7 +52,7 @@ jobs:
5252
name: Install Python
5353
with:
5454
python-version: '3.10'
55-
- uses: actions/download-artifact@v6
55+
- uses: actions/download-artifact@v7
5656
with:
5757
name: releases
5858
path: dist
@@ -75,7 +75,7 @@ jobs:
7575
permissions:
7676
id-token: write
7777
steps:
78-
- uses: actions/download-artifact@v6
78+
- uses: actions/download-artifact@v7
7979
with:
8080
name: releases
8181
path: dist

0 commit comments

Comments
 (0)