Skip to content

Commit

Permalink
Merge pull request #12558 from canonical/dependabot/github_actions/st…
Browse files Browse the repository at this point in the history
…able-4.0/actions/upload-artifact-3

build(deps): bump actions/upload-artifact from 2 to 3
  • Loading branch information
tomponline committed Nov 28, 2023
2 parents 3b6575b + 940d299 commit c0a444e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: documentation
path: doc/html
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
go build -o bin ./lxd-p2c
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: matrix.go == '1.17.x'
continue-on-error: true
with:
Expand Down

0 comments on commit c0a444e

Please sign in to comment.