Skip to content

Commit

Permalink
ci: update actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenard committed Jun 17, 2024
1 parent 778f046 commit 2e80fd2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,42 +296,42 @@ jobs:
cluster_name: jitsi-test
config: test/cluster.yaml
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
env:
ARTIFACT: jitsi-kubernetes-operator
with:
name: ${{ env.ARTIFACT }}
path: build
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
env:
ARTIFACT: jicofo
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
env:
ARTIFACT: jvb
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
env:
ARTIFACT: prosody
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
env:
ARTIFACT: web
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
Expand All @@ -356,7 +356,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
Expand All @@ -383,7 +383,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
Expand All @@ -408,7 +408,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
Expand All @@ -435,7 +435,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
Expand All @@ -462,7 +462,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
Expand All @@ -489,7 +489,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
Expand All @@ -516,7 +516,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT }}
path: build
Expand Down

0 comments on commit 2e80fd2

Please sign in to comment.