Skip to content

Commit

Permalink
Bugfix in build.yml - Download artefacts using mismatched version to …
Browse files Browse the repository at this point in the history
…Upload
  • Loading branch information
peterdey authored Dec 21, 2024
1 parent dc52a68 commit 5d6a6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
MQTTNotifier/bin/Release/MQTTNotifier.exe.config
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./binaries

Expand Down

0 comments on commit 5d6a6ef

Please sign in to comment.