Skip to content

Commit 72ec8ed

Browse files
Update actions/upload-artifact action to v7
1 parent c2d2830 commit 72ec8ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
- run: pre-commit run --all-files
3333
- run: git diff --exit-code --patch > /tmp/pre-commit.patch || true
3434
if: failure()
35-
- uses: actions/upload-artifact@v4
35+
- uses: actions/upload-artifact@v7
3636
with:
3737
name: Apply pre-commit fix.patch
3838
path: /tmp/pre-commit.patch
3939
retention-days: 1
4040
if: failure()
41-
- uses: actions/upload-artifact@v4
41+
- uses: actions/upload-artifact@v7
4242
with:
4343
name: Expected
4444
path: tests/

0 commit comments

Comments
 (0)