Skip to content

Commit

Permalink
Upgrade to actions/upload-artifact@v4 and actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Jun 9, 2024
1 parent ee3ed52 commit 1fb52e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
find coverage -type f -name "*.*" -exec sed -i 's/\/__w\/bee\/bee\///g' {} \;
- name: "Upload coverage report"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }} Coverage Report
path: coverage
Expand All @@ -59,7 +59,7 @@ jobs:
submodules: recursive

- name: "Download coverage report"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }} Coverage Report
path: coverage
Expand Down

0 comments on commit 1fb52e7

Please sign in to comment.