Skip to content

Commit

Permalink
Update GH-Actions: actions/upload-artifact@v4 and actions/download-ar…
Browse files Browse the repository at this point in the history
…tifact@v4

(issue #4986)
  • Loading branch information
felipesanches committed Feb 4, 2025
1 parent f0a716a commit ffe83a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m build
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheelstorage
path: ./dist/*
Expand All @@ -55,7 +55,7 @@ jobs:
shell: bash

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheelstorage
path: dist
Expand Down

0 comments on commit ffe83a2

Please sign in to comment.