diff --git a/.github/workflows/multibuild.yaml b/.github/workflows/multibuild.yaml index 7ce6f3e43..e1073cdb5 100644 --- a/.github/workflows/multibuild.yaml +++ b/.github/workflows/multibuild.yaml @@ -64,7 +64,7 @@ jobs: - run: cp -r bundles/${{ matrix.bundle }}/* sshnp/ - run: cp LICENSE sshnp - run: tar -cvzf tarball/${{ matrix.output-name }}.tgz sshnp - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: ${{ matrix.output-name }}-upload path: ./packages/dart/sshnoports/tarball/${{ matrix.output-name }}.tgz @@ -96,7 +96,7 @@ jobs: --platform ${{ matrix.platform }} -o type=tar,dest=bins.tar . - run: mkdir tarballs - run: tar -xvf bins.tar -C tarballs - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: ${{ matrix.output-name }}-upload path: ./packages/dart/sshnoports/tarballs/${{ matrix.output-name }}.tgz diff --git a/.github/workflows/python-sshnpd-build-publish.yml b/.github/workflows/python-sshnpd-build-publish.yml index aa271fd47..33e39b1b9 100644 --- a/.github/workflows/python-sshnpd-build-publish.yml +++ b/.github/workflows/python-sshnpd-build-publish.yml @@ -36,7 +36,7 @@ jobs: cp -r dist/ $GITHUB_WORKSPACE - name: Store the distribution packages - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: sshnpd-python-package path: dist/ diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 0457e3fb8..2e43e2c53 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -59,7 +59,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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: SARIF file path: results.sarif