We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e12340b + 5858cda commit e16df3aCopy full SHA for e16df3a
.github/workflows/default.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- run: git diff --exit-code
61
62
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
63
if: ${{ always() }}
64
with:
65
name: test-results-${{ matrix.os }}
.github/workflows/run_diffuse.yml
@@ -85,7 +85,7 @@ jobs:
85
issue-number: ${{ github.event.pull_request.number }}
86
token: ${{ secrets.GITHUB_TOKEN }}
87
88
89
90
name: diffuse-output
91
path: ${{ steps.diffuse.outputs.diff-file }}
0 commit comments