Skip to content

Commit 25471f7

Browse files
committed
artifact action v4
1 parent ade06d1 commit 25471f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/noise_processing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
python ambient_sound_analysis/noise_processing.py
4040
4141
- name: Upload to GitHub repo
42-
uses: stefanzweifel/git-auto-commit-action@v4
42+
uses: stefanzweifel/git-auto-commit-action@v5
4343
with:
4444
commit_message: Commit to Github
4545
file_pattern: 'ambient_sound_analysis/img/*.png'
4646

4747
- name: Upload as artifact
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: code-coverage-report
5151
path: ambient_sound_analysis/img/*.png

0 commit comments

Comments
 (0)