mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
ci: bump actions/upload-artifact from 6 to 7 in the actions group
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f6432aac35
commit
127f2abf33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
files: examples/**
|
files: examples/**
|
||||||
- name: Upload failures artifact
|
- name: Upload failures artifact
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v7
|
||||||
if: "!cancelled() && steps.parse-files.outcome == 'failure'"
|
if: "!cancelled() && steps.parse-files.outcome == 'failure'"
|
||||||
with:
|
with:
|
||||||
name: failures-${{runner.os}}
|
name: failures-${{runner.os}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue