Skip to content

Commit

Permalink
CI workflows upgrades (#120)
Browse files Browse the repository at this point in the history
* github-actions: bump actions/download-artifact from 3 to 4 (#17)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* github-actions: bump actions/upload-artifact from 3 to 4 (#16)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
satelllte and dependabot[bot] authored Feb 5, 2024
1 parent 78efdc3 commit fc8eadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Display generated README.md file
run: cat ./out/README.md
- name: Upload README.md file artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: readme-artifact
path: ./generator/out/README.md
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download README.md file artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: readme-artifact
path: .
Expand Down

0 comments on commit fc8eadd

Please sign in to comment.