Skip to content

Commit

Permalink
Change upload artifact github action version
Browse files Browse the repository at this point in the history
Version 2 of this github action has been deprecated, we shall bump the
version used in the CI.

ChangeLog:

	* .github/workflows/bootstrap.yml: Bump version from 2 to 4.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
  • Loading branch information
P-E-P committed Sep 18, 2024
1 parent ebbc172 commit 67bc0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cd gccrs-build; \
make check-rust
- name: Archive check-rust results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: check-rust-logs
path: |
Expand Down

0 comments on commit 67bc0f6

Please sign in to comment.