Skip to content

Commit

Permalink
Merge pull request #337 from freifunkMUC/backport-336-to-next
Browse files Browse the repository at this point in the history
[Backport next] github: downgrade upload-artifact to v3
  • Loading branch information
grische authored Dec 17, 2023
2 parents 6a87ddd + 3a2bba5 commit ed6b8ea
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 ed6b8ea

Please sign in to comment.