Skip to content

Commit 80ccd6c

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps): Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4620540 commit 80ccd6c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272

7373
- name: Upload artifact to Workflow Artifacts (Linux and macOS)
7474
if: runner.os != 'Windows'
75-
uses: actions/upload-artifact@v5
75+
uses: actions/upload-artifact@v6
7676
with:
7777
name: "cratedb-cfr-${{ steps.artifact-suffix.outputs.lowercase }}"
7878
path: dist/cratedb-cfr
7979

8080
- name: Upload artifact to Workflow Artifacts (Windows)
8181
if: runner.os == 'Windows'
82-
uses: actions/upload-artifact@v5
82+
uses: actions/upload-artifact@v6
8383
with:
8484
name: "cratedb-cfr-${{ steps.artifact-suffix.outputs.lowercase }}"
8585
path: dist/cratedb-cfr.exe

.github/workflows/release-oci-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python -m build
6161
6262
- name: Upload wheel package
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: ${{ runner.os }}-wheel-${{ github.sha }}
6666
path: dist/*.whl

.github/workflows/release-oci-ingest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python -m build
6161
6262
- name: Upload wheel package
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: ${{ runner.os }}-wheel-${{ github.sha }}
6666
path: dist/*.whl

0 commit comments

Comments
 (0)