Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Bump the github-artifacts group with 1 update
Browse files Browse the repository at this point in the history
Bumps the github-artifacts group with 1 update: [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact).


Updates `actions/upload-pages-artifact` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-artifacts
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and garryod committed Feb 20, 2024
1 parent dd7989c commit 016b752
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 @@ -47,7 +47,7 @@ jobs:
run: chmod -R +rX backend/target/doc

- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3.0.0
uses: actions/upload-pages-artifact@v3.0.1
with:
path: backend/target/doc

Expand Down

0 comments on commit 016b752

Please sign in to comment.