11# .github/workflows/publish.yml
22#
3- # Copyright © 2025 Network Pro Strategies (Network Pro™)
3+ # Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
44# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
55# This file is part of Network Pro
66
5858
5959 steps :
6060 - name : Checkout repository
61- uses : actions/checkout@v5
61+ uses : actions/checkout@v6
6262 with :
6363 fetch-depth : 0
6464
7272 - name : Upgrade npm
7373 run : |
7474 corepack enable
75- npm install -g npm@11.6.2
75+ npm install -g npm@11.7.0
7676
7777 - name : Install Node.js dependencies
7878 run : npm ci
9999 run : git archive --format=tar.gz --output=clean-source.tar.gz HEAD
100100
101101 - name : Upload source archive
102- uses : actions/upload-artifact@v4
102+ uses : actions/upload-artifact@v6
103103 with :
104104 name : clean-source
105105 path : clean-source.tar.gz
@@ -112,7 +112,7 @@ jobs:
112112
113113 steps :
114114 - name : Download clean source archive
115- uses : actions/download-artifact@v5
115+ uses : actions/download-artifact@v7
116116 with :
117117 name : clean-source
118118 path : ./
@@ -149,7 +149,7 @@ jobs:
149149
150150 steps :
151151 - name : Download clean source archive
152- uses : actions/download-artifact@v5
152+ uses : actions/download-artifact@v7
153153 with :
154154 name : clean-source
155155 path : ./
0 commit comments