Skip to content

Commit a349cbf

Browse files
Update actions/upload-artifact action to v3 (#85)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a0ebbc8 commit a349cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
run: tox -e build -vvv
164164

165165
- name: Store build artifact
166-
uses: actions/upload-artifact@v2
166+
uses: actions/upload-artifact@v3
167167
with:
168168
name: build
169169
path: |
@@ -188,7 +188,7 @@ jobs:
188188
SPHINX_GITHUB_CHANGELOG_TOKEN: ${{ secrets.GITHUB_TOKEN }}
189189

190190
- name: Store build artifact
191-
uses: actions/upload-artifact@v2
191+
uses: actions/upload-artifact@v3
192192
with:
193193
name: docs
194194
path: |

0 commit comments

Comments
 (0)