Skip to content

ci(deps): Bump actions/upload-artifact from 4 to 5#2

Merged
doublegate merged 1 commit intomainfrom
dependabot/github_actions/actions/upload-artifact-5
Nov 29, 2025
Merged

ci(deps): Bump actions/upload-artifact from 4 to 5#2
doublegate merged 1 commit intomainfrom
dependabot/github_actions/actions/upload-artifact-5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2025

Bumps actions/upload-artifact from 4 to 5.

Release notes

Sourced from actions/upload-artifact's releases.

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v4.6.2

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

What's Changed

New Contributors

... (truncated)

Commits
  • 330a01c Merge pull request #734 from actions/danwkennedy/prepare-5.0.0
  • 03f2824 Update github.dep.yml
  • 905a1ec Prepare v5.0.0
  • 2d9f9cd Merge pull request #725 from patrikpolyak/patch-1
  • 9687587 Merge branch 'main' into patch-1
  • 2848b2c Merge pull request #727 from danwkennedy/patch-1
  • 9b51177 Spell out the first use of GHES
  • cd231ca Update GHES guidance to include reference to Node 20 version
  • de65e23 Merge pull request #712 from actions/nebuk89-patch-1
  • 8747d8c Update README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 29, 2025

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the actions/upload-artifact GitHub Action from version 4 to version 5 in the CodeQL security scanning workflow. The update brings Node v24.x support, which is the primary change in v5. The upgrade is straightforward with no breaking API changes affecting the current usage.

Key Changes:

  • Updated actions/upload-artifact from v4 to v5 in the CodeQL workflow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@doublegate
Copy link
Owner

@dependabot rebase

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/upload-artifact-5 branch from 600ad76 to df72dea Compare November 29, 2025 08:56
@doublegate doublegate merged commit eb756bd into main Nov 29, 2025
9 checks passed
@doublegate doublegate deleted the dependabot/github_actions/actions/upload-artifact-5 branch November 29, 2025 14:59
doublegate added a commit that referenced this pull request Nov 29, 2025
Copilot Suggest #2 — DG 11/29

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
doublegate added a commit that referenced this pull request Dec 11, 2025
…ements

Comprehensive update to WRAITH Transfer desktop application addressing three
critical bugs and completing Sprint 1 features (67% → 90% completion).

## Bug Fixes

### NAT Detection Timeout (Issue #1)
- Root cause: Invalid STUN server IPs (1.1.1.1:3478, 8.8.8.8:3478 are DNS
  servers, not STUN servers)
- Fix: Updated to Google Public STUN servers (74.125.250.129:19302,
  74.125.250.130:19302)
- Files: crates/wraith-discovery/src/nat/types.rs, manager.rs
- Node now starts successfully with graceful fallback if STUN unavailable

### Node ID Not Copyable (Issue #2)
- Added click-to-copy functionality with navigator.clipboard API
- Extended display format: {first12chars}...{last4chars}
- Hover tooltip showing full 64-character hex node ID
- Visual feedback toast notification on copy
- File: clients/wraith-transfer/frontend/src/components/Header.tsx

### Browse Button Not Working (Issue #3)
- Root cause: Missing Tauri plugin permissions in configuration
- Added dialog and fs plugin configurations to tauri.conf.json
- File: clients/wraith-transfer/src-tauri/tauri.conf.json

## Sprint 1 Completion (+12 story points)

### S1.4 Peer Connection (8/13 → 13/13, +5 pts)
- Connection status indicators (green/yellow/orange/red animated dots)
- Real-time peer ID validation (64 hex character requirement)
- Character counter with visual error feedback
- Keyboard shortcuts (Escape to close, Enter to submit)
- Enhanced session display with duration tracking

### S1.5 Transfer Progress (6/8 → 8/8, +2 pts)
- Real-time speed calculation (B/s → GB/s auto-scaling)
- ETA display with MM:SS/H:MM:SS formatting
- Speed tracking using useRef for differential calculation

### S1.7 Settings Panel (0/3 → 3/3, +3 pts) [NEW]
- Complete settings modal with accessibility (ARIA, keyboard nav)
- Appearance section: Theme toggle (Light/Dark/System)
- General section: Download directory, max concurrent transfers, auto-accept
- Network section: Port configuration (1024-65535 validation)
- Zustand persist middleware for localStorage persistence

### S1.8 Theme Toggle (0/2 → 2/2, +2 pts) [NEW]
- Icon-based toggle cycling Light → Dark → System
- System theme detection via prefers-color-scheme media query
- Automatic updates on system preference changes
- Tailwind CSS v4 dark mode class application

## Files Changed (15 files, +1308/-744 lines)

### New Files (3)
- frontend/src/components/SettingsPanel.tsx (264 lines)
- frontend/src/stores/settingsStore.ts (50 lines)
- docs/troubleshooting/WRAITH_TRANSFER_FIXES.md (217 lines)

### Modified - Frontend (7)
- App.tsx: Theme application logic, system detection
- Header.tsx: Theme toggle, settings button, click-to-copy
- NewTransferDialog.tsx: Peer ID validation, keyboard shortcuts
- SessionPanel.tsx: Connection status indicators, duration
- TransferList.tsx: Speed calculation, ETA display
- types/index.ts: New interfaces (Settings, enhanced types)
- index.ts: SettingsPanel export

### Modified - Backend (3)
- tauri.conf.json: Dialog/FS plugin permissions
- nat/types.rs: Corrected STUN server IPs
- manager.rs: Improved error messaging

### Modified - Documentation (2)
- implementation.md: Major revision (v1.0 → v2.0)
- wraith-transfer-sprints.md: Sprint status update

## Sprint Status Summary

| Sprint Item        | Before | After  | Delta |
|--------------------|--------|--------|-------|
| S1.4 Peer Connect  | 8/13   | 13/13  | +5    |
| S1.5 Progress      | 6/8    | 8/8    | +2    |
| S1.7 Settings      | 0/3    | 3/3    | +3    |
| S1.8 Theme         | 0/2    | 2/2    | +2    |
| **Total**          | 35/52  | 47/52  | +12   |

Note: S1.6 System Tray (5 pts) deliberately removed (tray-icon issues)

## Quality Verification

- cargo fmt: Clean
- cargo clippy -D warnings: Zero warnings
- TypeScript: Strict mode, no errors
- Build: Frontend 48 modules (218KB JS, 16KB CSS)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
doublegate added a commit that referenced this pull request Jan 25, 2026
…s dependencies

Security Fixes:
- Update sqlx from 0.7 to 0.8 (CVE: Binary Protocol Misinterpretation, medium severity)
- Update vite from 4.4.0 to 7.3.1 (CVE: server.fs bypass, low severity x2)

WRAITH-RedOps Updates:
- Migrate operator-client from Tauri 1.5 to Tauri 2.2
- Migrate operator-client frontend to React 19 + TypeScript 5.9 + Vite 7.3
- Update team-server to Rust 2024 edition with modern dependencies
- Update gRPC stack (tonic 0.12, prost 0.13)
- Update web framework stack (axum 0.8, tower 0.5, tower-http 0.6)
- Apply project-wide formatting standards via cargo fmt
- Fix deprecated tonic_build::compile -> compile_protos

Resolves: Dependabot alerts #1, #2, #3
Related: PR #48

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants