We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9475f5b commit 0342a86Copy full SHA for 0342a86
.github/dependabot.yml
@@ -6,9 +6,6 @@ updates:
6
schedule:
7
interval: "daily"
8
ignore:
9
- # Offical actions have moving tags like v1
10
- # that are used, so they don't need updates here
11
- - dependency-name: "actions/*"
12
# cibuildwheel updates often and cannot be tracked by
13
# a major version tag like 'v1'. Mute updates since
14
# this is not a critical component
.github/workflows/wheels.yml
@@ -73,7 +73,7 @@ jobs:
73
shell: bash
74
75
- name: Upload wheels
76
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
77
with:
78
path: wheelhouse/*.whl
79
0 commit comments