Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Feb 6, 2024
1 parent bd6b1ef commit a3f0b8f
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 @@ -165,7 +165,7 @@ jobs:
fi
- name: "Archive artifacts"
if: matrix.cfg.skip == false
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v2
with:
name: release-${{ matrix.cfg.model }}-${{ matrix.cfg.ui }}
path: "/project/artifacts"
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
git config --global user.name "Circle CI BOT"
git config --global push.default simple
- name: Download packages
uses: actions/download-artifact@v4
uses: actions/download-artifact@v2
- name: "Publish Manifest"
env:
UPDATE_DIR: "updates"
Expand Down

0 comments on commit a3f0b8f

Please sign in to comment.