Skip to content

Commit a92fae2

Browse files
authored
Merge pull request #111 from cachix/renovate/actions-upload-artifact-7.x
chore(deps): update actions/upload-artifact action to v7
2 parents 75f2e92 + 25bcce8 commit a92fae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Upload build results
7777
if: always()
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v7
7979
with:
8080
name: build-results-${{ runner.os }}-${{ runner.arch }}
8181
path: |

0 commit comments

Comments
 (0)