Skip to content

Commit f3bcf69

Browse files
renovate[bot]aldbr
authored andcommitted
chore(deps): update actions/upload-artifact action to v7
1 parent c7dec96 commit f3bcf69

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/diracx-web-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Upload Cypress screenshots
6767
if: failure()
68-
uses: actions/upload-artifact@v6
68+
uses: actions/upload-artifact@v7
6969
with:
7070
name: cypress-screenshots
7171
path: packages/diracx-web/cypress/screenshots

.github/workflows/gubbins-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
sed -i 's@../../@@g' /tmp/gubbins/gubbins-*/pyproject.toml
7777
7878
- name: Upload artifact
79-
uses: actions/upload-artifact@v6
79+
uses: actions/upload-artifact@v7
8080
with:
8181
name: gubbins
8282
path: /tmp/gubbins
@@ -145,7 +145,7 @@ jobs:
145145
EXTENSION_CUSTOM_SOURCES_TO_INSTALL=/bindmount/gubbins_db*.whl,/bindmount/gubbins_routers*.whl,/bindmount/gubbins_client*.whl
146146
147147
- name: Upload artifact
148-
uses: actions/upload-artifact@v6
148+
uses: actions/upload-artifact@v7
149149
with:
150150
name: gubbins-services-img
151151
path: /tmp/gubbins_services_image.tar
@@ -189,7 +189,7 @@ jobs:
189189
run: npm install
190190

191191
- name: Upload the extensions directory
192-
uses: actions/upload-artifact@v6
192+
uses: actions/upload-artifact@v7
193193
with:
194194
name: gubbins-web
195195
path: /tmp/gubbins-web
@@ -333,7 +333,7 @@ jobs:
333333

334334
- name: Upload Cypress screenshots
335335
if: failure()
336-
uses: actions/upload-artifact@v6
336+
uses: actions/upload-artifact@v7
337337
with:
338338
name: cypress-screenshots
339339
path: /tmp/gubbins-web/cypress/screenshots

.github/workflows/record-changes-requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- run: echo "${{ github.event.pull_request.number }}" > pr_number.txt
13-
- uses: actions/upload-artifact@v6
13+
- uses: actions/upload-artifact@v7
1414
with:
1515
name: pr-info
1616
path: pr_number.txt

0 commit comments

Comments
 (0)