Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.3
  • Loading branch information
skhokhlov authored Oct 21, 2024
2 parents 64c12ff + 72a7943 commit 62701e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: ./gradlew build

- name: Upload Build Artifacts
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.3
with:
name: assembled-plugin-jdk_${{ matrix.java-version }}
path: build/

0 comments on commit 62701e6

Please sign in to comment.