Skip to content

Commit 21afd06

Browse files
committed
workflows: update upload-action/download-action to v4
Signed-off-by: Mike Szczys <[email protected]>
1 parent 86bfb73 commit 21afd06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com.
8080

8181
- name: Upload plugin artifacts
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: golioth-websocket-datasource
8585
path: ./dist
86-
retention-days: 1
86+
retention-days: 1

0 commit comments

Comments
 (0)