Skip to content

Commit e72ad5a

Browse files
committed
update
1 parent fc0482f commit e72ad5a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python -m build --verbose
5656
5757
- name: (7) Save Python Wheel
58-
uses: actions/upload-artifact@master
58+
uses: actions/upload-artifact@v3
5959
with:
60-
name: linux-qt5-qhexedit-wheel
60+
name: wheels
6161
path: ${{ runner.temp }}/python/dist

.github/workflows/linux-qt6.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python -m build --verbose
5656
5757
- name: (7) Save Python Wheel
58-
uses: actions/upload-artifact@master
58+
uses: actions/upload-artifact@v3
5959
with:
60-
name: linux-qt6-qhexedit-wheel
61-
path: ${{ runner.temp }}/python/dist
60+
name: wheels
61+
path: ${{ runner.temp }}/python/dist/*.whl

0 commit comments

Comments
 (0)