Skip to content

Commit

Permalink
github: downgrade upload-artifact to v3
Browse files Browse the repository at this point in the history
Currently, the download-artifact@v3 does not find any artifacts anymore
since the bump of upload-artifact to v4.
  • Loading branch information
grische committed Dec 16, 2023
1 parent 6a87ddd commit 3a2bba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
make BROKEN=1 GLUON_TARGETS=${{ matrix.target }} V=s
echo "status=success" >> $GITHUB_OUTPUT
- name: Upload firmware ${{ matrix.target }}
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
if: steps.compile.outputs.status == 'success'
with:
name: ${{ matrix.target }}_output
Expand Down

0 comments on commit 3a2bba5

Please sign in to comment.