We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa69c42 + d892816 commit da4fb78Copy full SHA for da4fb78
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
run: python -m build
30
31
- name: Save built packages as artifact
32
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
33
with:
34
name: packages-${{ runner.os }}-${{ steps.setup.outputs.python-version }}
35
path: dist/
.github/workflows/unstable-builds.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Upload test log
49
if: failure()
50
51
52
name: log-nightly-tests
53
path: tests-nightly.log
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Upload build log
88
89
90
91
name: log-nightly-docs
92
path: |
0 commit comments