File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 48
48
run : 7z a "${{ github.workspace }}/${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/${{ env.EXECUTABLE_NAME }}_${{ runner.OS }}_amd64.zip" "${{ github.workspace }}/${{ env.BUILD_OUTPUT_DIRECTORY }}/${{ runner.OS }}_amd64/*"
49
49
50
50
- name : Upload Workflow Artifact [GitHub Actions]
51
- uses : actions/upload-artifact@v3
51
+ uses : actions/upload-artifact@v4
52
52
with :
53
53
name : build-artifacts
54
54
# this makes the artifact a .zip of the .zip archive, which is currently necessary to preserve the executable file permissions
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
109
109
- name : Upload cache to workflow artifact
110
110
if : failure() && steps.diff.outcome == 'failure'
111
- uses : actions/upload-artifact@v3
111
+ uses : actions/upload-artifact@v4
112
112
with :
113
113
if-no-files-found : error
114
114
include-hidden-files : true
Original file line number Diff line number Diff line change 58
58
run : task dist:${{ matrix.os }}
59
59
60
60
- name : Upload artifacts
61
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
if-no-files-found : error
64
64
name : ${{ env.ARTIFACT_NAME }}
@@ -165,7 +165,7 @@ jobs:
165
165
echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
166
166
167
167
- name : Upload artifact
168
- uses : actions/upload-artifact@v3
168
+ uses : actions/upload-artifact@v4
169
169
with :
170
170
if-no-files-found : error
171
171
name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 71
71
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
72
72
73
73
- name : Pass configuration files to next job via workflow artifact
74
- uses : actions/upload-artifact@v3
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
path : |
77
77
*.yaml
You can’t perform that action at this time.
0 commit comments