Skip to content

Commit adbc833

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update github artifact actions
1 parent 0f5655c commit adbc833

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
@@ -122,7 +122,7 @@ jobs:
122122
pip install -r requirements-test.txt
123123
- name: Build package
124124
run: python -m build -o dist/
125-
- uses: actions/upload-artifact@v4.6.2
125+
- uses: actions/upload-artifact@v5.0.0
126126
with:
127127
name: dist
128128
path: dist
@@ -136,7 +136,7 @@ jobs:
136136
uses: actions/setup-python@v6.0.0
137137
with:
138138
python-version: '3.14'
139-
- uses: actions/download-artifact@v5.0.0
139+
- uses: actions/download-artifact@v6.0.0
140140
with:
141141
name: dist
142142
path: dist

0 commit comments

Comments
 (0)