Skip to content

Commit 60debee

Browse files
authored
Merge pull request #27 from VectorInstitute/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents 50617df + 0d0a1e7 commit 60debee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fix-remote-pr.yml

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

536536
- name: Upload trace as GitHub artifact (backup)
537537
if: always()
538-
uses: actions/upload-artifact@v4
538+
uses: actions/upload-artifact@v6
539539
with:
540540
name: agent-trace-${{ github.event.inputs.pr_number }}-${{ github.run_id }}
541541
path: /tmp/agent-execution-trace.json

0 commit comments

Comments
 (0)