1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-04-19 21:22:15 +03:00

Merge pull request #132 from arduino-libraries/dependabot/github_actions/actions/download-artifact-3

Bump actions/download-artifact from 2 to 3
This commit is contained in:
per1234 2022-04-11 03:47:07 -07:00 committed by GitHub
commit 84e1d2f9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Download configuration files artifact - name: Download configuration files artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v3
with: with:
name: ${{ env.CONFIGURATIONS_ARTIFACT }} name: ${{ env.CONFIGURATIONS_ARTIFACT }}
path: ${{ env.CONFIGURATIONS_FOLDER }} path: ${{ env.CONFIGURATIONS_FOLDER }}