Skip to content

Commit

Permalink
Merge pull request #138 from plone/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
mauritsvanrees authored Sep 5, 2024
2 parents 4cd79f3 + fe37864 commit 48651f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
WITH_PYTHON=`which python` ./buildme.sh ~/dist
- name: Upload Plone Installer from build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.0
with:
name: Plone-Unified-Installer
path: ~/dist/Plone-${{ env.PLONE_VERSION }}-UnifiedInstaller-${{ env.INSTALLER_VERSION }}.*
Expand All @@ -39,7 +39,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Download Plone-Installer
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: Plone-Unified-Installer
- name: Display structure of downloaded files
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Download Plone-Installer
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: Plone-Unified-Installer
- name: Display structure of downloaded files
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Download Plone-Installer
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: Plone-Unified-Installer
- name: Display structure of downloaded files
Expand Down

0 comments on commit 48651f0

Please sign in to comment.