Skip to content

Commit

Permalink
Merge pull request #496 from freifunkMUC/backport-494-to-legacy
Browse files Browse the repository at this point in the history
[Backport legacy] build(deps): bump actions/upload-artifact from 4.3.3 to 4.4.3
  • Loading branch information
grische authored Oct 20, 2024
2 parents 23e0732 + 7113594 commit 9e85129
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: steps.compile.outputs.status == 'success'
with:
name: ${{ matrix.target }}_output
Expand Down

0 comments on commit 9e85129

Please sign in to comment.