Skip to content

Commit

Permalink
Merge pull request #11 from canonical/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
tomponline authored Feb 28, 2024
2 parents cd8cce0 + d455bf5 commit 1bb0251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: documentation
path: doc/html

0 comments on commit 1bb0251

Please sign in to comment.