Skip to content

Commit e4d167e

Browse files
Merge pull request #102 from ral-facilities/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents ae01f7e + 2d11b40 commit e4d167e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,28 +97,28 @@ jobs:
9797

9898
# Upload logs on failure
9999
- name: Upload DataGatewayDownload API log
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v5
101101
if: ${{ failure() }}
102102
with:
103103
name: DataGatewayDownload API logs
104104
path: /home/runner/logs/datagateway-download-api.log
105105

106106
- name: Upload IDS log
107-
uses: actions/upload-artifact@v4
107+
uses: actions/upload-artifact@v5
108108
if: ${{ failure() }}
109109
with:
110110
name: IDS logs
111111
path: /home/runner/logs/ids.log
112112

113113
- name: Upload ICAT log
114-
uses: actions/upload-artifact@v4
114+
uses: actions/upload-artifact@v5
115115
if: ${{ failure() }}
116116
with:
117117
name: ICAT logs
118118
path: /home/runner/logs/icat.log
119119

120120
- name: Payara logs
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v5
122122
if: ${{ failure() }}
123123
with:
124124
name: Payara logs

0 commit comments

Comments
 (0)