Skip to content

Commit 1c2f7de

Browse files
authored
Merge pull request #485 from rundeck/renovate/actions-upload-artifact-3.x
chore(deps): update actions/upload-artifact action to v3.1.2
2 parents aa8adc4 + 7794fdc commit 1c2f7de

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,42 +88,42 @@ jobs:
8888
id: get_rpm_version
8989
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet --dependency-verification off | sed 's/-/./') && echo ::set-output name=VERSION::$VERSION
9090
- name: Upload zip
91-
uses: actions/upload-artifact@v3.1.0
91+
uses: actions/upload-artifact@v3.1.2
9292
with:
9393
# Artifact name
9494
name: rd-${{ steps.get_version.outputs.VERSION }}.zip
9595
# Directory containing files to upload
9696
path: rd-cli-tool/build/distributions/rd-${{ steps.get_version.outputs.VERSION }}.zip
9797
- name: Upload rpm
98-
uses: actions/upload-artifact@v3.1.0
98+
uses: actions/upload-artifact@v3.1.2
9999
with:
100100
# Artifact name
101101
name: rundeck-cli-${{ steps.get_rpm_version.outputs.VERSION }}-1.noarch.rpm
102102
# Directory containing files to upload
103103
path: rd-cli-tool/build/distributions/rundeck-cli-${{ steps.get_rpm_version.outputs.VERSION }}-1.noarch.rpm
104104
- name: Upload deb
105-
uses: actions/upload-artifact@v3.1.0
105+
uses: actions/upload-artifact@v3.1.2
106106
with:
107107
# Artifact name
108108
name: rundeck-cli_${{ steps.get_rpm_version.outputs.VERSION }}-1_all.deb
109109
# Directory containing files to upload
110110
path: rd-cli-tool/build/distributions/rundeck-cli_${{ steps.get_rpm_version.outputs.VERSION }}-1_all.deb
111111
- name: Upload all-jar
112-
uses: actions/upload-artifact@v3.1.0
112+
uses: actions/upload-artifact@v3.1.2
113113
with:
114114
# Artifact name
115115
name: rundeck-cli-${{ steps.get_version.outputs.VERSION }}-all.jar
116116
# Directory containing files to upload
117117
path: rd-cli-tool/build/libs/rundeck-cli-${{ steps.get_version.outputs.VERSION }}-all.jar
118118
- name: Upload api-lib
119-
uses: actions/upload-artifact@v3.1.0
119+
uses: actions/upload-artifact@v3.1.2
120120
with:
121121
# Artifact name
122122
name: rd-api-client-${{ steps.get_version.outputs.VERSION }}.jar
123123
# Directory containing files to upload
124124
path: rd-api-client/build/libs/rd-api-client-${{ steps.get_version.outputs.VERSION }}.jar
125125
- name: Upload rd-cli-lib
126-
uses: actions/upload-artifact@v3.1.0
126+
uses: actions/upload-artifact@v3.1.2
127127
with:
128128
# Artifact name
129129
name: rd-cli-lib-${{ steps.get_version.outputs.VERSION }}.jar

0 commit comments

Comments
 (0)