File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 uses : glotzerlab/workflows/setup-uv@204dc7c0f82720090703712694b7cab761aacaa0 # 0.13.0
2424 - name : Build wheels and sdist
2525 run : uv build --sdist --wheel --out-dir dist/ .
26- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
26+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
2727 with :
2828 name : wheel
2929 path : dist/*.whl
30- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
30+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
3131 with :
3232 name : sdist
3333 path : dist/*.tar.gz
@@ -39,12 +39,12 @@ jobs:
3939 if : startsWith(github.ref, 'refs/tags/v')
4040 steps :
4141 - name : Download artifact sdist
42- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
42+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
4343 with :
4444 name : sdist
4545 path : dist
4646 - name : Download artifact wheel
47- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
47+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
4848 with :
4949 name : wheel
5050 path : dist
You can’t perform that action at this time.
0 commit comments