We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356f705 commit e113dbbCopy full SHA for e113dbb
.github/workflows/test-workflow.yml
@@ -59,7 +59,7 @@ jobs:
59
token: ${{ secrets.CODECOV_TOKEN }}
60
# This step uses the upload-artifact Github action: https://github.com/actions/upload-artifact
61
- name: Upload Artifacts
62
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
63
with:
64
name: alerting-plugin-${{ matrix.os }}
65
path: alerting-artifacts
@@ -107,7 +107,7 @@ jobs:
107
cp ./alerting/build/distributions/*.zip alerting-artifacts
108
109
110
111
112
113
0 commit comments