Skip to content

Commit

Permalink
Updated upload/download-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 4, 2024
1 parent aa19d97 commit fd0e211
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml')
}}
- name: Provide log as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: precommit-logs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
make test_server
- name: Store results
if: ${{ always() }}
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: Test_Output_ki6
path: output
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
mv *.deb output
- name: Store
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: package
path: output
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v1

- name: Retrieve
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: package

Expand Down

0 comments on commit fd0e211

Please sign in to comment.