Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
tomponline authored Jan 8, 2024
2 parents daa0ffe + c2f8ae7 commit 81824b5
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@v3
uses: actions/upload-artifact@v4
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@v3
uses: actions/upload-artifact@v4
if: matrix.go == '1.17.x'
continue-on-error: true
with:
Expand Down

0 comments on commit 81824b5

Please sign in to comment.