Skip to content

Commit

Permalink
update download
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Nov 18, 2024
1 parent 6ecac70 commit e8b78a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ jobs:
fi
- name: "Archive artifacts"
if: matrix.cfg.skip == false
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
with:
name: release-${{ matrix.cfg.model }}-${{ matrix.cfg.ui }}
path: "/project/artifacts"
- name: Download packages
uses: actions/download-artifact@v3.1.3
uses: actions/download-artifact@v4

release-job:
name: Publish
Expand Down

0 comments on commit e8b78a7

Please sign in to comment.