Skip to content

Commit

Permalink
Merge pull request #314 from lxc/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
stgraber authored Dec 19, 2023
2 parents 1dade65 + 0266890 commit 0100ba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: github.event_name == 'pull_request'

- name: Upload artifact with ShellCheck defects in SARIF format
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Differential ShellCheck SARIF
path: ${{ steps.ShellCheck.outputs.sarif }}
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
run: go test -v ./shared/...

- name: Upload incus client artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: ${{ runner.os }}
Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:

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

0 comments on commit 0100ba8

Please sign in to comment.