Skip to content

Commit 16fdedd

Browse files
chore(deps): update github artifact actions
1 parent 40827f4 commit 16fdedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
pip install -r requirements-test.txt
121121
- name: Build package
122122
run: python -m build -o dist/
123-
- uses: actions/upload-artifact@v5.0.0
123+
- uses: actions/upload-artifact@v6.0.0
124124
with:
125125
name: dist
126126
path: dist
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/setup-python@v6.1.0
135135
with:
136136
python-version: '3.14'
137-
- uses: actions/download-artifact@v6.0.0
137+
- uses: actions/download-artifact@v7.0.0
138138
with:
139139
name: dist
140140
path: dist

0 commit comments

Comments
 (0)