Skip to content

Commit 9d0cdf4

Browse files
renovate[bot]aldbr
authored andcommitted
chore(deps): update actions/download-artifact action to v8
1 parent da5a826 commit 9d0cdf4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/draft-on-changes-requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
outputs:
1717
pr_number: ${{ steps.pr.outputs.number }}
1818
steps:
19-
- uses: actions/download-artifact@v7
19+
- uses: actions/download-artifact@v8
2020
with:
2121
name: pr-info
2222
run-id: ${{ github.event.workflow_run.id }}

.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@v7
229+
uses: actions/download-artifact@v8
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@v7
262+
uses: actions/download-artifact@v8
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@v7
277+
uses: actions/download-artifact@v8
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@v7
286+
uses: actions/download-artifact@v8
287287
with:
288288
name: gubbins-web
289289
path: /tmp/gubbins-web

0 commit comments

Comments
 (0)