Skip to content

Commit

Permalink
fixup! fixup! Update download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Sep 4, 2024
1 parent 771e98e commit b441188
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get install -y --no-install-recommends \
python${{ matrix.PYTHON_VERSION }}-minimal \
python${{ matrix.PYTHON_VERSION }}-venv
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build example projects
run: bash -xe ci/build-example-projects.sh

Expand Down Expand Up @@ -57,8 +57,6 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Inspect directory after downloading artifacts
run: ls -alFR
- name: Create release and upload artifacts
Expand Down

0 comments on commit b441188

Please sign in to comment.