Skip to content

Commit

Permalink
Update github @actions/upload-artifact to v4 (#6311)
Browse files Browse the repository at this point in the history
After a PR is merged, the github actions is failing in `docs.yml` -
https://github.com/getsentry/snuba/actions/workflows/docs.yml. The
failure is because we are using deprecated upload artifact v2 instead of
the latest and greatest
[v4](https://github.com/actions/upload-artifact?tab=readme-ov-file#v4---whats-new).
  • Loading branch information
onkar committed Sep 17, 2024
1 parent 7577534 commit f506b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
force_orphan: true

- name: Archive Docs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/build

0 comments on commit f506b7d

Please sign in to comment.