Skip to content

Commit

Permalink
Merge pull request #472 from freifunkMUC/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4.3.5

build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.5
  • Loading branch information
GoliathLabs authored Aug 6, 2024
2 parents a3c3b10 + 690ccae commit e49e8fc
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 @@ -65,7 +65,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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
if: steps.compile.outputs.status == 'success'
with:
name: ${{ matrix.target }}_output
Expand Down

0 comments on commit e49e8fc

Please sign in to comment.