Skip to content

Commit

Permalink
Merge pull request #11 from joakimwinum/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.3.6

Bump actions/upload-artifact from 4.3.4 to 4.3.6
  • Loading branch information
joakimwinum authored Aug 12, 2024
2 parents 1d5fe25 + edf5e1a commit 5bbe795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
python -c "import ${{ env.PACKAGE_NAME }}; print(${{ env.PACKAGE_NAME }})"
shell: bash
- name: Upload distribution archives
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: distribution-archives-${{ matrix.os }}-${{ matrix.python-version }}
path: dist
Expand All @@ -90,7 +90,7 @@ jobs:
- name: List distribution archives
run: ls --recursive distribution-archives
- name: Upload combined distribution archives
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: combined-distribution-archives
path: distribution-archives
Expand Down

0 comments on commit 5bbe795

Please sign in to comment.