Skip to content

Commit

Permalink
Merge pull request slok#290 from slok/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-3
  • Loading branch information
slok authored Apr 16, 2022
2 parents 929a112 + 9a5fa28 commit 027565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
./sloth-linux-amd64 generate -i ./examples/getting-started.yml -o ./examples/_gen/getting-started.yml
./sloth-linux-amd64 generate -i ./examples/no-alerts.yml -o ./examples/_gen/no-alerts.yml
- name: 'Upload directory with generated SLOs'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: SLOs
path: examples/_gen/
Expand Down

0 comments on commit 027565c

Please sign in to comment.