Skip to content

Commit 8fed080

Browse files
dependabot[bot]per1234
authored andcommitted
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8454c62 commit 8fed080

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
yarn --cwd ./electron/packager/ package
110110
111111
- name: Upload [GitHub Actions]
112-
uses: actions/upload-artifact@v2
112+
uses: actions/upload-artifact@v3
113113
with:
114114
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
115115
path: electron/build/dist/build-artifacts/
@@ -146,7 +146,7 @@ jobs:
146146
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
147147

148148
- name: Upload tester build artifact
149-
uses: actions/upload-artifact@v2
149+
uses: actions/upload-artifact@v3
150150
with:
151151
name: ${{ matrix.artifact.name }}
152152
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
@@ -188,7 +188,7 @@ jobs:
188188
189189
- name: Upload Changelog [GitHub Actions]
190190
if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main')
191-
uses: actions/upload-artifact@v2
191+
uses: actions/upload-artifact@v3
192192
with:
193193
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
194194
path: CHANGELOG.txt

.github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7272

7373
- name: Pass configuration files to next job via workflow artifact
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v3
7575
with:
7676
path: |
7777
*.yaml

0 commit comments

Comments
 (0)