Skip to content

Commit

Permalink
Merge pull request #206 from edunad/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4.4.2

Bump actions/upload-artifact from 4.4.1 to 4.4.2
  • Loading branch information
edunad authored Oct 9, 2024
2 parents 5b2ad3d + 4a23b13 commit f93fd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Upload build artifacts
if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, '⚠️ UPLOAD ⚠️')
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
with:
name: output
path: bin
Expand Down

0 comments on commit f93fd89

Please sign in to comment.