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 6161 image : ${{ matrix.os }}:${{ matrix.version }}
6262 steps :
6363 - name : Download Artifact
64- uses : actions/download-artifact@v3
64+ uses : actions/download-artifact@v4
6565 with :
6666 name : release.tar.gz
6767 - name : Install git so we get the .github directory
8585 image : ${{ matrix.os }}:${{ matrix.version }}
8686 steps :
8787 - name : Download Artifact
88- uses : actions/download-artifact@v3
88+ uses : actions/download-artifact@v4
8989 with :
9090 name : release.tar.gz
9191 - name : Install git so we get the .github directory
@@ -112,7 +112,7 @@ jobs:
112112#
113113# steps:
114114# - name: Checkout code
115- # uses: actions/checkout@v3
115+ # uses: actions/checkout@v4
116116#
117117# - name: Build project
118118# run: |
@@ -121,7 +121,7 @@ jobs:
121121# echo "Artifact content" > build/artifact.txt
122122#
123123# - name: Upload artifact
124- # uses: actions/upload-artifact@v3
124+ # uses: actions/upload-artifact@v4
125125# with:
126126# name: my-artifact
127127# path: build/artifact.txt
You can’t perform that action at this time.
0 commit comments