Skip to content

Commit 7027acc

Browse files
Bump actions/upload-artifact from 4 to 5 in /.github/workflows (#477)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bac4f2 commit 7027acc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mv clickhouse-client-web-${CLIENT_VERSION}.tgz clickhouse-client-web.tgz
4444
4545
- name: Upload artifacts
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: clickhouse-js-packages
4949
path: clickhouse-client*.tgz

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7373
# format to the repository Actions tab.
7474
- name: 'Upload artifact'
75-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v3.pre.node20
75+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v3.pre.node20
7676
with:
7777
name: SARIF file
7878
path: results.sarif

0 commit comments

Comments
 (0)