Skip to content

Commit

Permalink
Merge pull request #2 from OctoPrint/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
foosel authored May 29, 2024
2 parents e89d8ff + 6666db1 commit c5f3664
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 @@ -22,7 +22,7 @@ jobs:
pip install --user --upgrade build
python -m build
- name: ⬆ Upload build result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit c5f3664

Please sign in to comment.