Skip to content

Commit 26b849f

Browse files
author
Tim Schneider
committed
Explicitly choosing upload-artifacts version 4
1 parent 44a633f commit 26b849f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
zip -r "output/libfranka_${libfranka_version//./-}_wheels.zip" dist/
131131
132132
- name: Upload wheels
133-
uses: actions/upload-artifact@master
133+
uses: actions/upload-artifact@v4
134134
with:
135135
name: wheels
136136
path: output

0 commit comments

Comments
 (0)