Skip to content

Commit 4c4d302

Browse files
committed
Revert "build(deps): Bump actions/upload-artifact from 3 to 4 (#210)"
This reverts commit e2e4eac.
1 parent e29b1ef commit 4c4d302

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ jobs:
101101
JRELEASER_PLATFORM_OVERRIDE: ${{ matrix.job.jreleaser_platform }}
102102

103103
- name: Upload artifacts
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v3
105105
with:
106106
retention-days: 1
107107
name: artifacts
108108
path: |
109109
out/jreleaser/assemble/sdkman-cli-native/archive/*.zip
110110
- name: JReleaser output
111111
if: always()
112-
uses: actions/upload-artifact@v4
112+
uses: actions/upload-artifact@v3
113113
with:
114114
retention-days: 1
115115
name: jreleaser-${{ matrix.job.target }}
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: JReleaser output
147147
if: always()
148-
uses: actions/upload-artifact@v4
148+
uses: actions/upload-artifact@v3
149149
with:
150150
retention-days: 1
151151
name: jreleaser-release

0 commit comments

Comments
 (0)