Skip to content

Commit 4973012

Browse files
authored
Merge pull request #3851 from splunk/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 7fe10bb + 62403fc commit 4973012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-response-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cp response_templates/merged_response_templates/* dist/api/response_templates/
3232
3333
- name: store_artifacts
34-
uses: actions/upload-artifact@v5
34+
uses: actions/upload-artifact@v6
3535
with:
3636
name: response-templates
3737
path: |

0 commit comments

Comments
 (0)