Skip to content

Commit a837044

Browse files
authored
Merge pull request #14 from joakimwinum/dependabot/github_actions/actions/upload-artifact-4.4.0
Bump actions/upload-artifact from 4.3.6 to 4.4.0
2 parents b18f39e + bc79f9f commit a837044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python -c "import ${{ env.PACKAGE_NAME }}; print(${{ env.PACKAGE_NAME }})"
7171
shell: bash
7272
- name: Upload distribution archives
73-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
73+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
7474
with:
7575
name: distribution-archives-${{ matrix.os }}-${{ matrix.python-version }}
7676
path: dist
@@ -90,7 +90,7 @@ jobs:
9090
- name: List distribution archives
9191
run: ls --recursive distribution-archives
9292
- name: Upload combined distribution archives
93-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
93+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
9494
with:
9595
name: combined-distribution-archives
9696
path: distribution-archives

0 commit comments

Comments
 (0)