Skip to content

Commit

Permalink
[ci] fixing download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 9, 2024
1 parent 2929994 commit 4019622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
})
- name: Fetch all uploaded artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Upload Ubuntu Focal .deb as Release Asset
uses: svenstaro/upload-release-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
})
- name: Fetch all uploaded artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Upload Ubuntu Focal .deb as Release Asset
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 4019622

Please sign in to comment.