Skip to content

Commit 7cb55f1

Browse files
chore(actions): update actions/upload-artifact action to v3 (#95)
1 parent ff1f7d1 commit 7cb55f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: make package PYTHON=python version=${{ steps.version.outputs.value }}
4242

4343
- name: Upload Pipeline Artifacts
44-
uses: actions/upload-artifact@v2
44+
uses: actions/upload-artifact@v3
4545
with:
4646
name: built-artifacts
4747
path: dist/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: make package PYTHON=python version=${{ steps.version.outputs.value }}
3535

3636
- name: Upload Pipeline Artifacts
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v3
3838
with:
3939
name: built-artifacts
4040
path: dist/

0 commit comments

Comments
 (0)