Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/diracx-web-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Upload Cypress screenshots
if: failure()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: cypress-screenshots
path: packages/diracx-web/cypress/screenshots
8 changes: 4 additions & 4 deletions .github/workflows/gubbins-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
sed -i 's@../../@@g' /tmp/gubbins/gubbins-*/pyproject.toml

- name: Upload artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: gubbins
path: /tmp/gubbins
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
EXTENSION_CUSTOM_SOURCES_TO_INSTALL=/bindmount/gubbins_db*.whl,/bindmount/gubbins_routers*.whl,/bindmount/gubbins_client*.whl

- name: Upload artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: gubbins-services-img
path: /tmp/gubbins_services_image.tar
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
run: npm install

- name: Upload the extensions directory
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: gubbins-web
path: /tmp/gubbins-web
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:

- name: Upload Cypress screenshots
if: failure()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: cypress-screenshots
path: /tmp/gubbins-web/cypress/screenshots
2 changes: 1 addition & 1 deletion .github/workflows/record-changes-requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "${{ github.event.pull_request.number }}" > pr_number.txt
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: pr-info
path: pr_number.txt
Loading