Skip to content

Commit 876d7de

Browse files
authored
Merge pull request #21 from sparkfun/develop
Update build-and-release.yml - use download-artifact@v4
2 parents 18385bf + 8dc0483 commit 876d7de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ jobs:
3939
needs: [call-macos-build, call-linux-build, call-windows-build, call-python-build]
4040
steps:
4141
# Download the generated app files that are part of the release
42-
- uses: actions/download-artifact@v3
42+
- uses: actions/download-artifact@v4
4343
with:
4444
name: ${{ needs.call-macos-build.outputs.build-file }}
45-
- uses: actions/download-artifact@v3
45+
- uses: actions/download-artifact@v4
4646
with:
4747
name: ${{ needs.call-linux-build.outputs.build-file }}
48-
- uses: actions/download-artifact@v3
48+
- uses: actions/download-artifact@v4
4949
with:
5050
name: ${{ needs.call-windows-build.outputs.build-file }}
51-
- uses: actions/download-artifact@v3
51+
- uses: actions/download-artifact@v4
5252
with:
5353
name: ${{ needs.call-python-build.outputs.build-file }}
5454
- name: Output Listing

0 commit comments

Comments
 (0)