Skip to content

Commit 0b9b24d

Browse files
committed
Bump actions/upload-artifact in new step
1 parent a223a78 commit 0b9b24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ jobs:
472472
"${{ env.SIGNTOOL_PATH }}" sign -d "Arduino Create Agent" -f ${{ env.INSTALLER_CERT_WINDOWS_CER}} -csp "eToken Base Cryptographic Provider" -k "[{{${{ env.CERT_PASSWORD }}}}]=${{ env.CONTAINER_NAME }}" -fd sha256 -tr http://timestamp.digicert.com -td SHA256 -v "ArduinoCreateAgent-${GITHUB_REF##*/}-windows-${{ matrix.arch }}-installer.exe"
473473
474474
- name: Upload artifacts
475-
uses: actions/upload-artifact@v3
475+
uses: actions/upload-artifact@v4
476476
with:
477477
if-no-files-found: error
478478
name: ArduinoCreateAgent-windows-${{ matrix.arch }}-signed

0 commit comments

Comments
 (0)