Skip to content

Commit

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

Bump actions/upload-artifact from 4.1.0 to 4.2.0
  • Loading branch information
Swiftb0y authored Jan 22, 2024
2 parents f227ce3 + 8e0955b commit cfe7195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ jobs:
- name: "Upload GitHub Actions artifacts"
if: matrix.artifacts_path != null
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: ${{ matrix.artifacts_name }}
path: ${{ matrix.artifacts_path }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:

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

- name: "Upload pre-commit.log"
if: failure() && env.UPLOAD_PATCH_FILE == null
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: pre-commit.log
path: /github/home/.cache/pre-commit/pre-commit.log
Expand Down

0 comments on commit cfe7195

Please sign in to comment.