We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a794f5 commit 71498a6Copy full SHA for 71498a6
2 files changed
.github/workflows/unittest.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
python-version: [3.9]
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/wheels.yml
@@ -14,7 +14,7 @@ jobs:
20
@@ -53,7 +53,7 @@ jobs:
53
fi
54
55
- name: Upload Graph
56
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
57
58
name: release-graph-v${{ steps.scm_version.outputs.VERSION }}
59
path: graph
0 commit comments