Skip to content

Commit

Permalink
PMM-7 Update upload and download actions (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec authored Feb 4, 2025
1 parent 81ff481 commit 1b1b207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: make build_package

- name: Upload the build artefacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-dist
path: pmm-app/dist/
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_GRAFANA_DASHBOARDS_TOKEN }}

- name: Download built packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-dist
path: pmm-app/dist/
Expand Down

0 comments on commit 1b1b207

Please sign in to comment.