Skip to content

Commit d12d0c1

Browse files
dependabot[bot]akurtakov
authored andcommitted
Bump actions/upload-artifact from 4.3.4 to 4.3.5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b2256b...89ef406) --- 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 354463f commit d12d0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Upload
21-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
21+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
2222
with:
2323
name: Event File
2424
path: ${{ github.event_path }}
@@ -90,7 +90,7 @@ jobs:
9090
working-directory: tests/org.eclipse.swt.tests
9191
- name: Upload Test Results for ${{ matrix.config.name }} / Java-${{ matrix.java }}
9292
if: always()
93-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
93+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
9494
with:
9595
name: test-results-${{ matrix.config.native }}-java${{ matrix.java }}
9696
if-no-files-found: warn

0 commit comments

Comments
 (0)