Skip to content

Commit 0076e99

Browse files
authored
Merge pull request #114 from sureshg/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2 parents ee68707 + ce0c9d7 commit 0076e99

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)