Skip to content

Commit

Permalink
Update test-and-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas authored Sep 12, 2024
1 parent 51053bd commit f5705ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: devenv shell bash -- -e {0}
run: make
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mixxx-launchpad-${{ github.sha }}-${{ github.run_id }}
path: dist
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Download artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: mixxx-launchpad-${{ github.sha }}-${{ github.run_id }}
path: dist
Expand Down

0 comments on commit f5705ac

Please sign in to comment.