Skip to content

Commit 6e49c10

Browse files
authored
Merge pull request #7 from arduino/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents f5a3c71 + 7fc6b08 commit 6e49c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
${{ matrix.archive_util }} -cz ${{ env.PROJECT_NAME }}_${GITHUB_REF/refs\/tags\//}_${{ matrix.package_platform }} -f ${{ env.PROJECT_NAME }}_${GITHUB_REF/refs\/tags\//}_${{ matrix.package_platform }}.tar.gz
100100
101101
- name: Upload artifacts
102-
uses: actions/upload-artifact@v2
102+
uses: actions/upload-artifact@v3
103103
with:
104104
if-no-files-found: error
105105
name: ${{ env.ARTIFACT_NAME }}
@@ -167,7 +167,7 @@ jobs:
167167
sudo tar -cz ${{ env.PROJECT_NAME }}_${GITHUB_REF/refs\/tags\//}_${{ matrix.package_platform }} -f ${{ env.PROJECT_NAME }}_${GITHUB_REF/refs\/tags\//}_${{ matrix.package_platform }}.tar.gz #dist dir is created in the container with different user/grp
168168
169169
- name: Upload artifacts
170-
uses: actions/upload-artifact@v2
170+
uses: actions/upload-artifact@v3
171171
with:
172172
if-no-files-found: error
173173
name: ${{ env.ARTIFACT_NAME }}

0 commit comments

Comments
 (0)