Skip to content

Commit 9655b24

Browse files
chore: Update actions/upload-artifact action to v4.6.2 (#113)
Co-authored-by: seqeralabs-renovate[bot] <269134929+seqeralabs-renovate[bot]@users.noreply.github.com>
1 parent 3f7717a commit 9655b24

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Upload fat JAR artifact
6464
if: ${{ matrix.fatjar }}
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6666
with:
6767
name: wave-jar
6868
path: ./app/build/libs/wave.jar
@@ -106,14 +106,14 @@ jobs:
106106
xcrun notarytool submit "notarization.zip" --keychain-profile "notarytool-profile" --wait
107107
108108
- name: Upload Binary
109-
uses: actions/upload-artifact@v4
109+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
110110
with:
111111
name: nativeCompile-${{ matrix.os }}
112112
path: ./app/build/native/nativeCompile
113113

114114
- name: Publish tests report
115115
if: failure()
116-
uses: actions/upload-artifact@v4
116+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
117117
with:
118118
name: test-reports-jdk-${{ matrix.java_version }}
119119
path: |
@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: JReleaser release output
170170
if: always()
171-
uses: actions/upload-artifact@v4
171+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
172172
with:
173173
name: jreleaser-release
174174
path: |

0 commit comments

Comments
 (0)