Upgrade actions/download-artifact to v7.0.0 to eliminate Buffer() deprecation warnings#13154
Closed
Upgrade actions/download-artifact to v7.0.0 to eliminate Buffer() deprecation warnings#13154
Conversation
… Buffer() deprecation warning Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix smoke-project workflow errors and warnings in safe outputs
Upgrade actions/download-artifact to v7.0.0 to eliminate Buffer() deprecation warnings
Feb 1, 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.
The smoke-project workflow logs showed Node.js
DEP0005deprecation warnings during artifact downloads. The warning originates fromactions/download-artifact@v6.0.0's transitive dependency ontunnel@0.0.6, which uses the deprecatednew Buffer()constructor.Changes
Action Pins
actions/download-artifact@v7.0.0(SHA:37930b16bb1cb0bb7e95e11edc8f5ed31241500a)Buffer.from(),Buffer.alloc())Workflow Compilation
Context
v7.0.0 is API-compatible with v6.0.0. The upgrade provides:
No breaking changes to workflow behavior.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/actions/download-artifact/commits/v7/usr/bin/curl curl -s REDACTED grep -l GetActionPin o ndor/bin/grep GetActionPin ub_test.go cal/bin/grep grep -l GetActionPin on_test.go cal/bin/grep GetActionPin test.go rgo/bin/grep grep(http block)https://api.github.com/repos/actions/download-artifact/git/refs/heads/v7/usr/bin/curl curl -s REDACTED grep -l GetActionPin o bin/grep GetActionPin ub_test.go ndor/bin/grep grep -l GetActionPin on_test.go ndor/bin/grep GetActionPin test.go cal/bin/grep grep(http block)https://api.github.com/repos/actions/download-artifact/git/refs/tags/usr/bin/curl curl -s REDACTED grep -l GetActionPin wing_test.go /usr/local/.ghcup/bin/grep GetActionPin ine_args_integra-l ache/go/1.25.0/xGetActionPin grep -l GetActionPin o ache/go/1.25.0/x64/bin/grep GetActionPin(http block)/usr/bin/curl curl -s -H Accept: application/vnd.github.v3+json REDACTED GetActionPin ditional_test.go ep GetActionPin ifact_manager_in-l nfig/composer/veGetActionPin grep -l GetActionPin update_issue_test.go nfig/composer/vendor/bin/grep GetActionPin nsistency_test.g--norc tnet/tools/grep grep(http block)https://api.github.com/repos/actions/download-artifact/git/refs/tags/v7/usr/bin/curl curl -s REDACTED grep -l GetActionPin n_test.go /home/REDACTED/.config/composer/vendor/bin/grep GetActionPin .go bin/grep grep -l GetActionPin ts_shared.go bin/grep GetActionPin itization_test.g-l ndor/bin/grep grep(http block)https://api.github.com/repos/actions/download-artifact/releases/usr/bin/curl curl -s REDACTED grep -l GetActionPin licate_step_validation_integration_test.go rgo/bin/grep GetActionPin(http block)https://api.github.com/repos/actions/download-artifact/releases/latest/usr/bin/curl curl -s REDACTED grep -l GetActionPin test.go tnet/tools/grep GetActionPin ository_features-l 0/x64/bin/grep grep -l GetActionPin est.go 0/x64/bin/grep GetActionPin or_tools.go /usr/sbin/grep grep(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.