Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 73626b5

Browse files
authored
Merge pull request #623 from staticdev/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2.3.1 to 3
2 parents 2cf6a5d + bb37339 commit 73626b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

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

4545
- name: Upload documentation
46-
uses: actions/upload-artifact@v2.3.1
46+
uses: actions/upload-artifact@v3
4747
with:
4848
name: docs
4949
path: docs/_build

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)