Skip to content

Commit ce0c9d7

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] <support@github.com>
1 parent ee68707 commit ce0c9d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/graalvm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
ls -ltrh build/${{ github.event.repository.name }}*.tar.gz
7373
7474
- name: 📤 Upload ${{ matrix.os }} native image
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: ${{ steps.native-build.outputs.native_image_name }}
7878
path: |
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: 📈 Upload ${{ matrix.os }} native image dashboard
8383
if: runner.os == 'Linux'
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: ${{ steps.native-build.outputs.native_image_dashboard }}
8787
path: |
@@ -122,7 +122,7 @@ jobs:
122122
ls -ltrh build/${{ github.event.repository.name }}*.tar.gz
123123
124124
- name: 📤 Upload static binary
125-
uses: actions/upload-artifact@v3
125+
uses: actions/upload-artifact@v4
126126
with:
127127
name: ${{ steps.native-build.outputs.native_image_name }}
128128
path: |

0 commit comments

Comments
 (0)