We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dac77e + 3a6963d commit 97a8769Copy full SHA for 97a8769
2 files changed
.github/workflows/packit.yaml
@@ -56,7 +56,7 @@ jobs:
56
name: Install Python
57
with:
58
python-version: 3.12
59
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
60
61
name: releases
62
path: dist
.github/workflows/pypi.yaml
@@ -60,7 +60,7 @@ jobs:
63
64
65
66
@@ -99,7 +99,7 @@ jobs:
99
if: startsWith(github.ref, 'refs/tags')
100
runs-on: ubuntu-latest
101
steps:
102
103
104
105
0 commit comments