Skip to content

Commit

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

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
daschuer authored Jun 22, 2022
2 parents 1a4e0ac + 7183ce4 commit 02b76b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ jobs:
- name: "Upload GitHub Actions artifacts"
if: matrix.artifacts_path != null
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.artifacts_name }}
path: ${{ matrix.artifacts_path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: "Upload patch artifact"
if: failure() && env.UPLOAD_PATCH_FILE != null
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ env.UPLOAD_PATCH_FILE }}
path: ${{ env.UPLOAD_PATCH_FILE }}
Expand Down

0 comments on commit 02b76b8

Please sign in to comment.