Update to actions/upload-artifact v4.

This commit is contained in:
Cody Henthorne
2024-11-14 11:01:43 -05:00
committed by Greyson Parrelli
parent f3254f99db
commit 0f4caa3dc1
2 changed files with 3 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: diffuse-output
path: ${{ steps.diffuse.outputs.diff-file }}