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 9090 run : git bundle create ${{ env.DOCS_BUNDLE }} gh-pages
9191
9292 - name : Upload workspace artifact
93- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
93+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9494 with :
9595 name : ${{ env.DOCS_BUNDLE_ARTIFACT }}
9696 path : ${{ env.DOCS_BUNDLE }}
@@ -120,7 +120,7 @@ jobs:
120120 run : ./gradlew --init-script ./.github/init.gradle.kts artifactBundle --info -S --show-version
121121
122122 - name : Upload Artifact Bundle
123- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
123+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
124124 with :
125125 name : " artifact-bundle"
126126 path : " ./build/libs/maven-artifact-bundle.tgz"
@@ -131,7 +131,7 @@ jobs:
131131 runs-on : ubuntu-latest
132132 steps :
133133 - name : Download Artifact Bundle
134- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
134+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
135135 with :
136136 name : " artifact-bundle"
137137 path : .
@@ -158,7 +158,7 @@ jobs:
158158 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
159159
160160 - name : Checkout
161- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
161+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
162162 with :
163163 name : ${{ env.DOCS_BUNDLE_ARTIFACT }}
164164 path : .
You can’t perform that action at this time.
0 commit comments