diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index b1ea90e..ffdc72c 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -30,7 +30,7 @@ jobs: - run: sudo ip6tables -L -n - run: mkdir -p path/to/artifact - run: echo hello > path/to/artifact/world.txt - - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: my-artifact path: path/to/artifact/world.txt