Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "History: $(cat tunnel-info/history-url.txt)"

- name: Upload tunnel info
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/upload-artifact@v6 doesn’t exist, so this step will fail to resolve the action. Consider pinning to the latest supported tag (v4).

Suggested change
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v4

🚀 Reply to ask Macroscope to explain or update this suggestion.

👍 Helpful? React to give us feedback.

with:
name: tunnel-info-${{ github.run_id }}-${{ github.run_attempt }}
path: tunnel-info/
Expand Down
Loading