Skip to content

Commit f5e6f17

Browse files
authored
Merge pull request #796 from slok/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents ca59f84 + 3beca21 commit f5e6f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
./sloth-linux-amd64 generate -i ./examples/getting-started.yml -o ./examples/_gen/getting-started.yml
2020
./sloth-linux-amd64 generate -i ./examples/no-alerts.yml -o ./examples/_gen/no-alerts.yml
2121
- name: "Upload directory with generated SLOs"
22-
uses: actions/upload-artifact@v6
22+
uses: actions/upload-artifact@v7
2323
with:
2424
name: SLOs
2525
path: examples/_gen/

0 commit comments

Comments
 (0)