Skip to content

Commit 6499742

Browse files
Build(deps): Bump actions/upload-artifact from 4 to 5 (#734)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f1d835 commit 6499742

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
mv opensourcecobol4j.tar.gz opensourcecobol4j
8181
8282
- name: Upload an artifact
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: opensourcecobol4j-${{ env.ARTIFACT_NAME }}-opt_${{ inputs.configure-args }}
8686
path: opensourcecobol4j.tar.gz

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cp ./*.html coverage-report
6060
6161
- name: Archive a coverage report
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: code-coverage-report
6565
path: cobj/coverage-report/

.github/workflows/test-other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Upload log files if tests fail
8282
if: failure()
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: ${{ inputs.test-name }}-${{ env.ARTIFACT_NAME }}-log
8686
path: tests/${{ inputs.test-name }}.dir/

.github/workflows/windows-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343

4444
- name: Upload libcobj.jar
4545
if: ${{inputs.upload-artifacts}}
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: libcobj.jar
4949
path: libcobj/app/build/libs/libcobj.jar
5050

5151
- name: Upload cobj.exe
5252
if: ${{inputs.upload-artifacts}}
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: cobj.exe
5656
path: win/x64/Release/cobj.exe

0 commit comments

Comments
 (0)