Skip to content

Commit

Permalink
workflows: update upload-action/download-action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Dec 13, 2024
1 parent 86bfb73 commit f9d1008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com.

- name: Upload plugin artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: golioth-websocket-datasource
path: ./dist
retention-days: 1
retention-days: 1

0 comments on commit f9d1008

Please sign in to comment.