Skip to content

Commit aa58e36

Browse files
authored
Merge pull request #37 from gophercloud/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents 225afe2 + 0f91d9c commit aa58e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/with-defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
enabled_services: '${{ matrix.additional_services }}'
6262
- name: Upload logs artifacts on failure
6363
if: failure()
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v7
6565
with:
6666
name: functional-basic-${{ matrix.name }}
6767
path: /tmp/devstack-logs/*

0 commit comments

Comments
 (0)