Skip to content

Commit

Permalink
Merge pull request #11066 from mixxxdj/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-3.1.1

Bump actions/upload-artifact from 3.1.0 to 3.1.1
  • Loading branch information
ronso0 authored Nov 16, 2022
2 parents a0121b1 + 28fcd03 commit 28e8b3f
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 @@ -435,7 +435,7 @@ jobs:
- name: "Upload GitHub Actions artifacts"
if: matrix.artifacts_path != null
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v3.1.1
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 @@ -67,7 +67,7 @@ jobs:

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

0 comments on commit 28e8b3f

Please sign in to comment.