Skip to content

Commit a93b2d6

Browse files
committed
actions/upload-artifact@v4
1 parent 3849a25 commit a93b2d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-for-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@master
22+
uses: actions/checkout@main
2323

2424
- name: Extract branch name
2525
run: echo "BRANCH=${{github.ref_name}}" >> $GITHUB_ENV

.github/workflows/non-release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@master
22+
uses: actions/checkout@main
2323

2424
- name: Get firmware version 1
2525
run: |
@@ -108,7 +108,7 @@ jobs:
108108
echo "targetBinary=./Firmware/${{ env.FILENAME_PREFIX }}/build/SparkFun.apollo3.sfe_artemis_atp/${{ env.FILENAME_PREFIX }}${{ env.firmwareMajorMinor }}.bin" >> "$GITHUB_ENV"
109109
110110
- name: Upload binary to action
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
name: ${{ env.FILENAME_PREFIX }}${{ env.firmwareMajorMinor }}.bin
114114
path: ${{ env.targetBinary }}

0 commit comments

Comments
 (0)