Skip to content

Commit 74f3a05

Browse files
Merge pull request #641 from bloomberg/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents f4cbc98 + 00262fc commit 74f3a05

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
./gradlew :selekt-sqlite3-native:jar
8383
8484
- name: 'Upload native JAR'
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v6
8686
with:
8787
name: selekt-native-${{ matrix.platform }}
8888
path: selekt-sqlite3-native/build/libs/*.jar
@@ -150,7 +150,7 @@ jobs:
150150
run: ./gradlew detekt ktlintCheck lint -x lintRelease ${{ env.SCAN }}
151151

152152
- name: 'Archive analysis reports'
153-
uses: actions/upload-artifact@v4
153+
uses: actions/upload-artifact@v6
154154
if: always()
155155
with:
156156
name: 'Analyses'
@@ -161,7 +161,7 @@ jobs:
161161
run: ./gradlew :selekt-android:testDebugUnitTest :selekt-java:test :koverHtmlReport -x integrationTest ${{ env.SCAN }}
162162

163163
- name: 'Archive test reports'
164-
uses: actions/upload-artifact@v4
164+
uses: actions/upload-artifact@v6
165165
if: always()
166166
with:
167167
name: 'Unit test and coverage reports'

.github/workflows/publication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fi
9191
9292
- name: 'Upload native JAR'
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v6
9494
with:
9595
name: selekt-native-${{ matrix.platform }}
9696
path: selekt-sqlite3-native/build/libs/*.jar

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
62+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v3.pre.node20
6363
with:
6464
name: SARIF file
6565
path: results.sarif

0 commit comments

Comments
 (0)