Skip to content

Commit

Permalink
Merge pull request mixxxdj#13539 from mixxxdj/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/upload-artifact-4.3.5

build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5
  • Loading branch information
ronso0 authored Aug 5, 2024
2 parents a65bc0b + b0aa386 commit 4fbe67b
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 @@ -473,7 +473,7 @@ jobs:
- name: "Upload GitHub Actions artifacts"
if: matrix.artifacts_path != null
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4.3.5
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.3.4
uses: actions/upload-artifact@v4.3.5
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.3.4
uses: actions/upload-artifact@v4.3.5
with:
name: pre-commit.log
path: /github/home/.cache/pre-commit/pre-commit.log
Expand Down

0 comments on commit 4fbe67b

Please sign in to comment.