Skip to content

Commit 4341c69

Browse files
dependabot[bot]JLLeitschuh
authored andcommitted
Bump actions/upload-artifact from 4.4.3 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25c79ba commit 4341c69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ jobs:
7373
- name: Build plugin
7474
run: ./plugin/gradlew -p ./plugin assemble ensureDependenciesAreInlined test --no-daemon
7575
- name: Upload test results
76-
uses: actions/upload-artifact@v4.4.3
76+
uses: actions/upload-artifact@v4.6.0
7777
if: failure()
7878
with:
7979
name: test-results-${{ runner.os }}
8080
path: plugin/build/reports/tests/test/
8181
- name: Upload Memory Dump
82-
uses: actions/upload-artifact@v4.4.3
82+
uses: actions/upload-artifact@v4.6.0
8383
if: failure()
8484
with:
8585
name: memory-dump-${{ runner.os }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # v3.1.0
62+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v3.1.0
6363
with:
6464
name: SARIF file
6565
path: results.sarif

0 commit comments

Comments
 (0)