Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/upload-artifact from 3.1.2 to 3.1.3 #201

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Tar source
run: tar -cvzf ${name}-${tag:1}.tar.gz ${name}-${tag:1}

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
name: release
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: tar --use-compress-program='zstd -10 -T0' -cvf install.tar install
# Upload the tarball. Retain the file for a limited time in case developers need to download
# and run tests locally for further debugging.
- uses: actions/[email protected].2
- uses: actions/[email protected].3
name: 'Upload install'
with:
name: install-${{ matrix.image }}-${{ github.sha }}
Expand Down
Loading