5656 VersionLabel : ${{ needs.version.outputs.label }}
5757 steps :
5858 - name : 🤘 checkout
59- uses : actions/checkout@v2
59+ uses : actions/checkout@v4
6060 with :
6161 submodules : recursive
6262 fetch-depth : 0
7070 - name : ⬆️ upload
7171 # Only upload package from windows (can't run ILRepack on linux/macOS)
7272 if : success() && matrix.os == 'windows-latest'
73- uses : actions/upload-artifact@v3
73+ uses : actions/upload-artifact@v4
7474 with :
7575 name : pkg
7676 path : bin/*
@@ -87,13 +87,13 @@ jobs:
8787 VersionLabel : ${{ needs.version.outputs.label }}
8888 steps :
8989 - name : 🤘 checkout
90- uses : actions/checkout@v2
90+ uses : actions/checkout@v4
9191 with :
9292 submodules : recursive
9393 fetch-depth : 0
9494
9595 - name : ⬇️ artifacts
96- uses : actions/download-artifact@v3
96+ uses : actions/download-artifact@v4
9797 with :
9898 name : pkg
9999 path : bin
@@ -102,7 +102,7 @@ jobs:
102102 run : dotnet test --nologo -bl --logger:"console;verbosity=normal"
103103
104104 - name : 🐛 logs
105- uses : actions/upload-artifact@v3
105+ uses : actions/upload-artifact@v4
106106 if : runner.debug && always()
107107 with :
108108 name : test-${{ matrix.os }}
@@ -114,7 +114,7 @@ jobs:
114114 runs-on : ubuntu-latest
115115 steps :
116116 - name : ⬇️ artifacts
117- uses : actions/download-artifact@v3
117+ uses : actions/download-artifact@v4
118118 with :
119119 name : pkg
120120 path : bin
@@ -133,7 +133,7 @@ jobs:
133133 runs-on : ubuntu-latest
134134 steps :
135135 - name : ⬇️ artifacts
136- uses : actions/download-artifact@v3
136+ uses : actions/download-artifact@v4
137137 with :
138138 name : pkg
139139 path : bin
@@ -144,7 +144,7 @@ jobs:
144144 runs-on : ubuntu-latest
145145 steps :
146146 - name : 🤘 checkout
147- uses : actions/checkout@v2
147+ uses : actions/checkout@v4
148148 with :
149149 submodules : recursive
150150 fetch-depth : 0
0 commit comments