Skip to content

Commit 1cb5581

Browse files
dependabot[bot]tiulpin
authored andcommitted
⬆️ QD-12983: Bump actions/upload-artifact
Bumps the dependencies group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eaf8a03 commit 1cb5581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
use-nightly: true
9191
pr-mode: false
9292
upload-result: true
93-
- uses: actions/upload-artifact@v5
93+
- uses: actions/upload-artifact@v6
9494
with:
9595
name: qodana-artifacts
9696
path: "${{ runner.temp }}/qodana/results"

0 commit comments

Comments
 (0)