Skip to content

Commit d8a4ceb

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

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
@@ -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@v4
79+
uses: actions/upload-artifact@v5
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@v4
148+
uses: actions/upload-artifact@v5
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@v4
192+
uses: actions/upload-artifact@v5
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@v4
336+
uses: actions/upload-artifact@v5
337337
with:
338338
name: cypress-screenshots
339339
path: /tmp/gubbins-web/cypress/screenshots

0 commit comments

Comments
 (0)