ci(deps): Bump actions/upload-artifact from 4 to 5#2
Merged
doublegate merged 1 commit intomainfrom Nov 29, 2025
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
There was a problem hiding this comment.
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-artifactfrom v4 to v5 in the CodeQL workflow
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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>
600ad76 to
df72dea
Compare
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>
This was referenced Jan 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/upload-artifact from 4 to 5.
Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
330a01cMerge pull request #734 from actions/danwkennedy/prepare-5.0.003f2824Updategithub.dep.yml905a1ecPreparev5.0.02d9f9cdMerge pull request #725 from patrikpolyak/patch-19687587Merge branch 'main' into patch-12848b2cMerge pull request #727 from danwkennedy/patch-19b51177Spell out the first use of GHEScd231caUpdate GHES guidance to include reference to Node 20 versionde65e23Merge pull request #712 from actions/nebuk89-patch-18747d8cUpdate README.mdDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)