Skip to content

Commit 12394f2

Browse files
authored
Merge pull request #4 from airlock-protocol/dependabot/github_actions/actions/upload-artifact-7
chore(deps): Bump actions/upload-artifact from 4 to 7
2 parents 1334a3e + d54ed44 commit 12394f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

103103
- name: Upload coverage
104104
if: matrix.python-version == '3.12'
105-
uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@v7
106106
with:
107107
name: coverage-report
108108
path: coverage.xml

0 commit comments

Comments
 (0)