Skip to content

Commit f4a1e31

Browse files
chore: bump actions/upload-artifact from 5 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8aca32 commit f4a1e31

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-devcontainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Upload digest
9393
if: inputs.push
94-
uses: actions/upload-artifact@v5
94+
uses: actions/upload-artifact@v7
9595
with:
9696
name: digests-${{ matrix.platform_name }}
9797
path: /tmp/digests/*

.github/workflows/lint-megalinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
# Upload MegaLinter artifacts
7575
- name: Archive production artifacts
76-
uses: actions/upload-artifact@v5
76+
uses: actions/upload-artifact@v7
7777
if: success() || failure()
7878
with:
7979
name: MegaLinter reports

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
182182
PRQL is a modern language for transforming data — a simple,
183183
powerful, pipelined SQL replacement.
184-
- uses: actions/upload-artifact@v5
184+
- uses: actions/upload-artifact@v7
185185
with:
186186
name: deb-${{ matrix.target }}
187187
path: ./*.deb
@@ -238,7 +238,7 @@ jobs:
238238
PRQL is a modern language for transforming data — a simple,
239239
powerful, pipelined SQL replacement.
240240
license: Apache-2.0
241-
- uses: actions/upload-artifact@v5
241+
- uses: actions/upload-artifact@v7
242242
with:
243243
name: artifact-rpm
244244
path: |

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ jobs:
467467
cargo llvm-cov --cobertura --output-path=cobertura.xml
468468
--no-default-features --features=default,test-dbs
469469
- name: Upload code coverage results
470-
uses: actions/upload-artifact@v5
470+
uses: actions/upload-artifact@v7
471471
with:
472472
name: code-coverage-report
473473
path: cobertura.xml

0 commit comments

Comments
 (0)