Skip to content

Commit ce874d2

Browse files
chore(deps): update github artifact actions
1 parent 75cf450 commit ce874d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pip install build
1818
- name: Build distribution
1919
run: python -m build
20-
- uses: actions/upload-artifact@v4
20+
- uses: actions/upload-artifact@v5
2121
with:
2222
path: ./dist/*
2323

@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v4
33-
- uses: actions/download-artifact@v4
33+
- uses: actions/download-artifact@v6
3434
with:
3535
name: artifact
3636
path: dist
@@ -57,7 +57,7 @@ jobs:
5757
permissions:
5858
id-token: write
5959
steps:
60-
- uses: actions/download-artifact@v4
60+
- uses: actions/download-artifact@v6
6161
with:
6262
name: artifact
6363
path: dist

0 commit comments

Comments
 (0)