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 4.4.0 to 4.4.1 #262

Merged
merged 1 commit into from
Oct 8, 2024
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/auto-review-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Create artifact folder
run: mkdir -p pr_diff && mv pr_number.txt pr_files_diff.txt pr_diff/
- name: Upload PR details as artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: pr-diff
retention-days: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
STAGING: 1
- name: Upload web assets
if: github.ref == 'refs/heads/main'
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: web-client-assets-${{ github.sha }}
retention-days: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Save PR number
run: echo "${{ github.event.pull_request.number }}" > ./preview-id
- name: Save data for another workflow
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: preview-id
retention-days: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create archive to keep symlinks
run: tar -cf server.tar server/dist/
- name: Save server for deploy
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: preview-server
retention-days: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Create archive to keep symlinks
run: tar -cf proxy.tar proxy/dist/
- name: Upload proxy build
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: proxy-build-${{ github.sha }}
retention-days: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Create archive to keep symlinks
run: tar -cf server.tar server/dist/
- name: Upload server build
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: server-build-${{ github.sha }}
retention-days: 1
Expand Down