Skip to content

Commit a4fe53b

Browse files
dependabot[bot]akurtakov
authored andcommitted
Bump actions/upload-artifact from 4.4.2 to 4.4.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@8448086...b4b15b8) --- 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 a0aaf5b commit a4fe53b

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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
21+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
2222
with:
2323
name: Event File
2424
path: ${{ github.event_path }}
@@ -91,7 +91,7 @@ jobs:
9191
working-directory: tests/org.eclipse.swt.tests
9292
- name: Upload Test Results for ${{ matrix.config.name }} / Java-${{ matrix.java }}
9393
if: always()
94-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
94+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
9595
with:
9696
name: test-results-${{ matrix.config.native }}-java${{ matrix.java }}
9797
if-no-files-found: warn

0 commit comments

Comments
 (0)