Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 4.1.0 to 4.3.2 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 19, 2024
1 parent bd37f9b commit 73d2dc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-cd.yaml
Expand Up @@ -87,7 +87,7 @@ jobs:
ARTIFACT_FILENAME: ${{ steps.filename.outputs.artifact }}

- if: github.event.inputs.store_artifacts == 'true'
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: ${{ steps.filename.outputs.artifact }}
path: build/ios/iphoneos/${{ steps.filename.outputs.artifact }}.tar.bz2
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
ARTIFACT_FILENAME: ${{ steps.filename.outputs.artifact }}

- if: github.event.inputs.store_artifacts == 'true'
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: ${{ steps.filename.outputs.artifact }}
path: build/app/outputs/flutter-apk/${{ steps.filename.outputs.artifact }}.tar.bz2
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
ARTIFACT_FILENAME: ${{ steps.filename.outputs.artifact }}

- if: github.event.inputs.store_artifacts == 'true'
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: ${{ steps.filename.outputs.artifact }}
path: build/macos/Build/Products/Release/${{ steps.filename.outputs.artifact }}.tar.bz2
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
ARTIFACT_FILENAME: ${{ steps.filename.outputs.artifact }}

- if: github.event.inputs.store_artifacts == 'true'
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: ${{ steps.filename.outputs.artifact }}
path: build/windows/runner/${{ steps.filename.outputs.artifact }}.tar.gz
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yaml
Expand Up @@ -35,7 +35,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit 73d2dc0

Please sign in to comment.