File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : build
2121 run : uv build --sdist
2222 - name : Store the binary wheel
23- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
23+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
2424 with :
2525 name : dist-linux
2626 path : dist
4747 - name : build
4848 run : uv build --wheel
4949 - name : Store the binary wheel
50- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
50+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
5151 with :
5252 name : dist-windows-${{ matrix.python-version }}
5353 path : dist
6969 with :
7070 version : 0.10.6
7171 - uses : ./.github/actions/install-gammu
72- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
72+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
7373 with :
7474 path : dist
7575 merge-multiple : true
9393 steps :
9494 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9595 - name : Download all the dists
96- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
96+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
9797 with :
9898 path : dist/
9999 merge-multiple : true
@@ -112,7 +112,7 @@ jobs:
112112 contents : write
113113 if : startsWith(github.ref, 'refs/tags/') && github.repository == 'gammu/python-gammu'
114114 steps :
115- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
115+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
116116 with :
117117 path : dist/
118118 merge-multiple : true
You can’t perform that action at this time.
0 commit comments