Skip to content

Commit dd087bf

Browse files
build(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b6b1b2 commit dd087bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gubbins-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
# WARNING: In your CI/CD pipeline, you should remove the following steps #
227227
# ------------------------------------------------------------------------#
228228
- name: Download gubbins-web
229-
uses: actions/download-artifact@v5
229+
uses: actions/download-artifact@v6
230230
with:
231231
name: gubbins-web
232232
path: /tmp/gubbins-web
@@ -259,7 +259,7 @@ jobs:
259259
# WARNING: In your CI/CD pipeline, you should remove the following steps #
260260
# ------------------------------------------------------------------------#
261261
- name: Download gubbins
262-
uses: actions/download-artifact@v5
262+
uses: actions/download-artifact@v6
263263
with:
264264
name: gubbins
265265
path: /tmp/gubbins
@@ -274,7 +274,7 @@ jobs:
274274
git clone https://github.com/DIRACGrid/diracx.git
275275
276276
- name: Download gubbins:services image
277-
uses: actions/download-artifact@v5
277+
uses: actions/download-artifact@v6
278278
with:
279279
name: gubbins-services-img
280280
path: /tmp/
@@ -283,7 +283,7 @@ jobs:
283283
run: docker load --input /tmp/gubbins_services_image.tar
284284

285285
- name: Download gubbins-web
286-
uses: actions/download-artifact@v5
286+
uses: actions/download-artifact@v6
287287
with:
288288
name: gubbins-web
289289
path: /tmp/gubbins-web

0 commit comments

Comments
 (0)