Skip to content

Commit 38c99ca

Browse files
Bump actions/upload-artifact from 4 to 5 (#472)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christoph Pirkl <4711730+kaklakariada@users.noreply.github.com>
1 parent b309986 commit 38c99ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
-Djava.version=${{ matrix.java }}
7575
7676
- name: Archive oft binary
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
if: ${{ env.DEFAULT_OS == matrix.os && env.DEFAULT_JAVA == matrix.java }}
7979
with:
8080
name: openfasttrace-binaries
@@ -88,7 +88,7 @@ jobs:
8888
run: ./oft-self-trace.sh
8989

9090
- name: Upload self-tracing report
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
if: ${{ env.DEFAULT_OS == matrix.os && env.DEFAULT_JAVA == matrix.java }}
9393
with:
9494
name: self-tracing-report

0 commit comments

Comments
 (0)