Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 71e7c93

Browse files
build(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c080174 commit 71e7c93

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/IJ-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: chmod +x gradlew
2525
- name: Build with Gradle
2626
run: ./gradlew build --continue -PideaVersion=IU-LATEST-EAP-SNAPSHOT
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
if: always()
2929
with:
3030
name: test-reports

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo ${{ github.event.number }} > ./prInfo/PR
2525
echo ${{ github.base_ref }} > ./prInfo/base_ref
2626
echo ${{ github.head_ref }} > ./prInfo/head_ref
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
name: prInfo
3030
path: prInfo/
@@ -47,7 +47,7 @@ jobs:
4747
run: chmod +x gradlew
4848
- name: Build with Gradle
4949
run: ./gradlew build --continue --no-daemon
50-
- uses: actions/upload-artifact@v3
50+
- uses: actions/upload-artifact@v4
5151
if: always()
5252
with:
5353
name: ${{ matrix.os }}-test-reports
@@ -106,7 +106,7 @@ jobs:
106106
# Xvfb -ac :99 -screen 0 1920x1080x16 &
107107
# sleep 10
108108
# ./gradlew integrationUITest --info --continue
109-
- uses: actions/upload-artifact@v3
109+
- uses: actions/upload-artifact@v4
110110
if: always()
111111
with:
112112
name: kubernetes-integration-tests-reports

.github/workflows/validate_IJ_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Verify with Gradle
2828
run: ./gradlew runPluginVerifier -PideaVersion=${{ matrix.IJ }}
2929
- name: Upload report
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
if: always()
3232
with:
3333
name: verifier-report

0 commit comments

Comments
 (0)