Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/gubbins-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
# WARNING: In your CI/CD pipeline, you should remove the following steps #
# ------------------------------------------------------------------------#
- name: Download gubbins-web
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: gubbins-web
path: /tmp/gubbins-web
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
# WARNING: In your CI/CD pipeline, you should remove the following steps #
# ------------------------------------------------------------------------#
- name: Download gubbins
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: gubbins
path: /tmp/gubbins
Expand All @@ -274,7 +274,7 @@ jobs:
git clone https://github.com/DIRACGrid/diracx.git

- name: Download gubbins:services image
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: gubbins-services-img
path: /tmp/
Expand All @@ -283,7 +283,7 @@ jobs:
run: docker load --input /tmp/gubbins_services_image.tar

- name: Download gubbins-web
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: gubbins-web
path: /tmp/gubbins-web
Expand Down
Loading