Skip to content

Commit

Permalink
👷 (workflows): Upgrade actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed May 24, 2024
1 parent acf7474 commit 24362dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-code_analysis-impact_of_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Mark: - Upload artifacts
#

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

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: head_ref-build-enable_log_debug-${{ matrix.enable_log_debug }}
path: build_artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-code_analysis-toolchain_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# Mark: - Upload artifacts
#

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

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
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 @@ -65,7 +65,7 @@ jobs:
#

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

0 comments on commit 24362dc

Please sign in to comment.