File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
image : ${{ matrix.os }}:${{ matrix.version }}
62
62
steps :
63
63
- name : Download Artifact
64
- uses : actions/download-artifact@v3
64
+ uses : actions/download-artifact@v4
65
65
with :
66
66
name : release.tar.gz
67
67
- name : Install git so we get the .github directory
85
85
image : ${{ matrix.os }}:${{ matrix.version }}
86
86
steps :
87
87
- name : Download Artifact
88
- uses : actions/download-artifact@v3
88
+ uses : actions/download-artifact@v4
89
89
with :
90
90
name : release.tar.gz
91
91
- name : Install git so we get the .github directory
@@ -112,7 +112,7 @@ jobs:
112
112
#
113
113
# steps:
114
114
# - name: Checkout code
115
- # uses: actions/checkout@v3
115
+ # uses: actions/checkout@v4
116
116
#
117
117
# - name: Build project
118
118
# run: |
@@ -121,7 +121,7 @@ jobs:
121
121
# echo "Artifact content" > build/artifact.txt
122
122
#
123
123
# - name: Upload artifact
124
- # uses: actions/upload-artifact@v3
124
+ # uses: actions/upload-artifact@v4
125
125
# with:
126
126
# name: my-artifact
127
127
# path: build/artifact.txt
You can’t perform that action at this time.
0 commit comments