Skip to content

Commit 1a4f0ab

Browse files
authored
Merge pull request #195 from magmax/36e7dependabot/github_actions/actions/upload-artifact-3.1.0
Bump actions/upload-artifact from 2.3.1 to 3.1.0
2 parents 26930b2 + a983931 commit 1a4f0ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: nox --force-color --session=docs-build
4141

4242
- name: Upload documentation
43-
uses: actions/upload-artifact@v2.3.1
43+
uses: actions/upload-artifact@v3.1.0
4444
with:
4545
name: docs
4646
path: docs/_build

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Upload coverage data
8989
if: always() && matrix.session == 'tests'
90-
uses: "actions/upload-artifact@v2.3.1"
90+
uses: "actions/upload-artifact@v3.1.0"
9191
with:
9292
name: coverage-data
9393
path: ".coverage.*"

0 commit comments

Comments
 (0)