Skip to content

Commit e113dbb

Browse files
authored
upgrade upload-artifact to v3 (#1656)
Signed-off-by: Joanne Wang <[email protected]>
1 parent 356f705 commit e113dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
# This step uses the upload-artifact Github action: https://github.com/actions/upload-artifact
6161
- name: Upload Artifacts
62-
uses: actions/upload-artifact@v1
62+
uses: actions/upload-artifact@v3
6363
with:
6464
name: alerting-plugin-${{ matrix.os }}
6565
path: alerting-artifacts
@@ -107,7 +107,7 @@ jobs:
107107
cp ./alerting/build/distributions/*.zip alerting-artifacts
108108
# This step uses the upload-artifact Github action: https://github.com/actions/upload-artifact
109109
- name: Upload Artifacts
110-
uses: actions/upload-artifact@v1
110+
uses: actions/upload-artifact@v3
111111
with:
112112
name: alerting-plugin-${{ matrix.os }}
113113
path: alerting-artifacts

0 commit comments

Comments
 (0)