mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-08-28 16:48:11 +02:00
Merge pull request #7 from pnx/dependabot/github_actions/actions-674967a53d
ci: bump actions/upload-artifact from 6 to 7 in the actions group
This commit is contained in:
commit
5eaa7a8b57
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