Skip to content

Commit 56c8df6

Browse files
dependabot[bot]akurtakov
authored andcommitted
Bump actions/upload-artifact from 4.3.0 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@26f96df...5d5d22a) --- 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 5a9e488 commit 56c8df6

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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
21+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
2222
with:
2323
name: Event File
2424
path: ${{ github.event_path }}
@@ -88,7 +88,7 @@ jobs:
8888
working-directory: tests/org.eclipse.swt.tests
8989
- name: Upload Test Results for ${{ matrix.config.name }} / Java-${{ matrix.java }}
9090
if: always()
91-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
91+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
9292
with:
9393
name: test-results-${{ matrix.config.native }}-java${{ matrix.java }}
9494
if-no-files-found: warn

0 commit comments

Comments
 (0)