Skip to content

Commit d82181d

Browse files
dependabot[bot]akurtakov
authored andcommitted
Bump actions/upload-artifact from 4.4.0 to 4.4.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...604373d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1015e77 commit d82181d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checkVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo 'No version increments required'
7575
fi
7676
77-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
77+
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
7878
if: always()
7979
with:
8080
name: versions-git-patch

.github/workflows/mavenBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Upload
32-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
32+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
3333
with:
3434
name: Event File
3535
path: ${{ github.event_path }}
@@ -88,7 +88,7 @@ jobs:
8888
${{ inputs.maven-goals }}
8989
- name: Upload Test Results for ${{ matrix.config.name }}
9090
if: always()
91-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
91+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
9292
with:
9393
name: test-results-${{ matrix.config.os }}
9494
if-no-files-found: warn

0 commit comments

Comments
 (0)