We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca59f84 + 3beca21 commit f5e6f17Copy full SHA for f5e6f17
.github/workflows/generate.yaml
@@ -19,7 +19,7 @@ jobs:
19
./sloth-linux-amd64 generate -i ./examples/getting-started.yml -o ./examples/_gen/getting-started.yml
20
./sloth-linux-amd64 generate -i ./examples/no-alerts.yml -o ./examples/_gen/no-alerts.yml
21
- name: "Upload directory with generated SLOs"
22
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
23
with:
24
name: SLOs
25
path: examples/_gen/
0 commit comments