Skip to content

Commit

Permalink
actions/upload-artifact upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus authored Jan 16, 2025
1 parent 8036861 commit 8535d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
.venv-tests/bin/pip freeze >>requirements.txt
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist

- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: requirements.txt
path: requirements.txt

0 comments on commit 8535d03

Please sign in to comment.