1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-16 01:54:56 +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:
Henrik Hautakoski 2026-03-01 16:18:53 +01:00 committed by GitHub
commit 5eaa7a8b57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ jobs:
with:
files: examples/**
- name: Upload failures artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: "!cancelled() && steps.parse-files.outcome == 'failure'"
with:
name: failures-${{runner.os}}