Skip to content

Commit 0d0f9ba

Browse files
Bump SamKirkland/FTP-Deploy-Action from 4.3.5 to 4.3.6 (#9)
1 parent 232cedf commit 0d0f9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_deb_rpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: 📦 DEB Upload
123123
if: ${{ env.SECRET_REPO_USER != null && env.SECRET_REPO_PASSWORD != null && env.APT_SERVER_DIR != null && inputs.publish }}
124-
uses: SamKirkland/[email protected].5
124+
uses: SamKirkland/[email protected].6
125125
with:
126126
server: releases.hyperion-project.org
127127
username: ${{ secrets.REPO_USER }}
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: 📦 RPM Upload
137137
if: ${{ env.SECRET_REPO_USER != null && env.SECRET_REPO_PASSWORD != null && env.DNF_SERVER_DIR != null && inputs.publish }}
138-
uses: SamKirkland/[email protected].5
138+
uses: SamKirkland/[email protected].6
139139
with:
140140
server: releases.hyperion-project.org
141141
username: ${{ secrets.REPO_USER }}

0 commit comments

Comments
 (0)