We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486f2a2 commit 66b6c68Copy full SHA for 66b6c68
.github/workflows/check-dist.yml
@@ -58,7 +58,7 @@ jobs:
58
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
59
name: Upload Artifact
60
id: upload
61
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
62
with:
63
name: dist
64
path: dist/
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
psutil
51
52
- name: Cache pip dependencies
53
- uses: actions/cache@v4
+ uses: actions/cache@v5
54
55
path: ~/.cache/pip
56
key: ${{ runner.os }}-pip
@@ -114,7 +114,7 @@ jobs:
114
pip install --upgrade pip
115
116
117
118
119
120
0 commit comments