Skip to content

Commit

Permalink
Merge pull request #338 from freifunkMUC/backport-336-to-legacy
Browse files Browse the repository at this point in the history
[Backport legacy] github: downgrade upload-artifact to v3
  • Loading branch information
grische authored Dec 17, 2023
2 parents 6915b48 + d28210d commit 1b1c8b5
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 @@ -55,7 +55,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 1b1c8b5

Please sign in to comment.