Skip to content

Commit

Permalink
⬆️ (ci): Upgrade actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Nov 17, 2022
1 parent 66d092f commit dd967b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-code_analysis-compare_base_head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Mark: - Upload artifacts
#

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: base_ref-build-enable_log_debug-${{ matrix.enable_log_debug }}
path: build_artifacts
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
# Mark: - Upload artifacts
#

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: head_ref-build-enable_log_debug-${{ matrix.enable_log_debug }}
path: build_artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
#

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: bootloader_os_firmware
retention-days: 7
Expand Down

0 comments on commit dd967b9

Please sign in to comment.