We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86bfb73 commit 21afd06Copy full SHA for 21afd06
.github/workflows/validate-build.yml
@@ -79,8 +79,8 @@ jobs:
79
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com.
80
81
- name: Upload plugin artifacts
82
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
83
with:
84
name: golioth-websocket-datasource
85
path: ./dist
86
- retention-days: 1
+ retention-days: 1
0 commit comments