File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 - name : Tar provider binaries
5151 run : tar -zcf ${{ github.workspace }}/bin/provider.tar.gz -C ${{ github.workspace }}/bin/ pulumi-resource-${{ env.PROVIDER }}
5252 - name : Upload artifacts
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 with :
5555 name : ${{ env.PROVIDER }}-provider.tar.gz
5656 path : ${{ github.workspace }}/bin/provider.tar.gz
@@ -114,7 +114,7 @@ jobs:
114114 - name : Compress ${{ matrix.language }} SDK folder
115115 run : tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }}/ .
116116 - name : Upload ${{ matrix.language }} artifacts
117- uses : actions/upload-artifact@v4
117+ uses : actions/upload-artifact@v5
118118 with :
119119 name : ${{ matrix.language }}-sdk.tar.gz
120120 path : ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
You can’t perform that action at this time.
0 commit comments