Skip to content

Commit

Permalink
Merge branch 'main' into cbmc-v6
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig authored Sep 20, 2024
2 parents 158cad2 + 18a806c commit 36b1feb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
draft: false
prerelease: false
- name: Download ZIP artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: Jobs-for-AWS-IoT-embedded-sdk-${{ github.event.inputs.version_number }}.zip
- name: Upload Release Asset
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**[API Documentation Pages for current and previous releases of this library can be found here](https://aws.github.io/Jobs-for-AWS-IoT-embedded-sdk/)**

The AWS IoT Jobs library helps you notify connected IoT devices of a pending
[Job](https://freertos.org/jobs/jobs-terminology.html). A Job can be used to
[Job](https://freertos.org/Documentation/03-Libraries/04-AWS-libraries/04-AWS-IoT-Jobs/02-Jobs-terminology). A Job can be used to
manage your fleet of devices, update firmware and security certificates on your
devices, or perform administrative tasks such as restarting devices and
performing diagnostics. It interacts with the
Expand Down Expand Up @@ -81,7 +81,7 @@ locations below:
| Location |
| :--------------------------------------------------------------------------------------------------------------------------: |
| [AWS IoT Device SDK for Embedded C](https://github.com/aws/aws-iot-device-sdk-embedded-C#releases-and-documentation) |
| [FreeRTOS.org](https://freertos.org/Documentation/api-ref/jobs-for-aws-iot-embedded-sdk/docs/doxygen/output/html/index.html) |
| [FreeRTOS.org](https://aws.github.io/Jobs-for-AWS-IoT-embedded-sdk/latest/) |

Note that the latest included version of the AWS IoT Jobs library may differ
across repositories.
Expand Down

0 comments on commit 36b1feb

Please sign in to comment.